This commit is contained in:
2026-01-24 18:28:53 +00:00
parent e2710ea0db
commit 0b042238b2
21 changed files with 131 additions and 98 deletions

View File

@@ -30,7 +30,11 @@
;(setq org-export-with-broken-links t)
(setq org-id-locations-file "~/.emacs.d/.org-id-locations")
(setq org-id-track-globally t)
(setq org-id-locations-file
"~/master-folder/org_files/org_roam/.org-id-locations")
(org-id-update-id-locations)
(defun z/org-html-wrap-content-for-stack (orig-fun contents info)
"Wrap Org HTML #content in stack container, leaving postamble outside."