[emacs] Update org roam export hook config

Register the preprocessor as a deferred command and add it to the new
preprocessor function list.
This commit is contained in:
Correl Roush 2022-11-02 02:19:12 -04:00
parent a2066912eb
commit 1ac5ad026e

View file

@ -893,9 +893,10 @@ https://orgroam.com
**** Add backlinks to org-roam exports
#+begin_src emacs-lisp
(use-package! org-roam-export-backlinks
:after org-roam
:commands org-roam-export-backlinks-preprocessor
:init
(add-hook 'org-export-before-processing-hook #'org-roam-export-preprocessor))
(add-to-list 'org-export-before-processing-hook
#'org-roam-export-backlinks-preprocessor))
#+end_src
**** Org Roam Bibtex
Make it easy to take notes on books and papers that I'm reading.