mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[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:
parent
a2066912eb
commit
1ac5ad026e
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue