diff options
Diffstat (limited to '')
-rw-r--r-- | 2022/organizers-notebook.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org index 17e4c143..4da4779f 100644 --- a/2022/organizers-notebook.org +++ b/2022/organizers-notebook.org @@ -15,6 +15,9 @@ - [[elisp:(org-babel-execute-buffer)][Execute buffer]] ** Export and tangle on save +Press ~C-c C-c~ to run the blocks. You may be asked for confirmation (press ~y~). + +Add the hook: #+begin_src emacs-lisp :eval query (defun emacsconf-export-markdown-on-save () "Export markdown on save. |