diff options
author | Leo Vivier <zaeph@zaeph.net> | 2022-09-26 07:52:04 +0200 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2022-09-26 07:52:04 +0200 |
commit | 14151ee6f71737e285f6282e87fda697a385bd46 (patch) | |
tree | 99e9816e2b44bf5ea9f625f6b4b20c3a14a60dda | |
parent | 82bfe76d5a6b4cedbdc4fe9a439ceccb467b9bc8 (diff) | |
download | emacsconf-wiki-14151ee6f71737e285f6282e87fda697a385bd46.tar.xz emacsconf-wiki-14151ee6f71737e285f6282e87fda697a385bd46.zip |
Differentiate export on save actions from other exports
-rw-r--r-- | 2022/organizers-notebook.md | 8 | ||||
-rw-r--r-- | 2022/organizers-notebook.org | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index 92ea88ef..ee6a381b 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -104,7 +104,7 @@ Planned dates and phases: Current phase: No prerecs to process yet, so it's a good time to focus on infrastructure -## TODO Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [early speaker notification](#org28f349d), Oct 7 for everything :organizers: +## TODO Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [early speaker notification](#orgf7b94f9), Oct 7 for everything :organizers: - zaeph: will start reviewing on Sep 21 @@ -529,7 +529,7 @@ We tried using q56 before, but it was a little too aggressive. Q=32 is the defau ### Test stream setup -[Stream](#org4fe1799) +[Stream](#orge3b34a8) ### Set up MPV for captions @@ -846,7 +846,7 @@ Exceptions: ### Send thanks -[Thank you, next steps](#orgad192ac) +[Thank you, next steps](#org4ccf90f) ### Extract the opening and closing remarks @@ -997,7 +997,7 @@ Probably focus on grabbing the audio first and seeing what's worth keeping Make a table of the form -<table id="org40dcda4" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="org6eb4563" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org index a21dfdd1..0e60cc22 100644 --- a/2022/organizers-notebook.org +++ b/2022/organizers-notebook.org @@ -29,6 +29,8 @@ Importing changes: Export: - [[elisp:(progn (org-md-export-to-markdown) (org-babel-tangle))][Export and tangle]] - [[elisp:(emacsconf-org-publish-this-page)][Export, tangle, commit, push]] + +Export on save: - [[elisp:(org-babel-ref-resolve "md-export-on-save-toggle-on()")][Export on save]] - [[elisp:(org-babel-ref-resolve "md-export-on-save-toggle-off()")][Stop exporting on save]] |