Go to file
Correl Roush bce5ecfce4 Enable org-mode in temporary excerpt buffer 2023-11-02 11:56:11 -04:00
.github/workflows Add github test workflow 2022-10-29 01:08:57 -04:00
test-slipbox Add additional tests 2022-06-12 02:36:30 -04:00
.gitignore Configure org-roam 2022-06-11 20:24:24 -04:00
Eldev Add gnu-elpa package archive for org 2022-06-12 01:16:34 -04:00
README.org Add README 2022-10-29 01:04:53 -04:00
org-roam-export-backlinks.el Enable org-mode in temporary excerpt buffer 2023-11-02 11:56:11 -04:00
tests.el Rename library to org-roam-export-backlinks 2022-10-29 00:54:55 -04:00

README.org

org-roam-export-backlinks

This package appends a backlinks section with excerpts to your exported org-roam documents.

The package exports an org-roam-export-backlinks-preprocessor function that can be added to the org-export-before-processing-hook.

Example usage in Doom Emacs

  (use-package! org-roam-export-backlinks
    :after org-roam
    :init
    (add-hook 'org-export-before-processing-hook #'org-roam-export-backlinks-preprocessor))