feat(org-noter): tag auto-created notes heading with :noexport:

This commit is contained in:
2026-02-23 22:27:05 +01:00
parent 3eca3349f1
commit 7961c186c5

View File

@@ -1298,7 +1298,7 @@ current frame."
(setq modified t)))
;; No property — insert a new org-noter heading
(goto-char (point-min))
(insert (format "* Notes: %s\n:PROPERTIES:\n:%s: %s\n:END:\n\n"
(insert (format "* Notes: %s :noexport:\n:PROPERTIES:\n:%s: %s\n:END:\n\n"
base org-noter-property-doc-file pdf-path))
(setq modified t)))
(when modified (save-buffer))))