feat(org-noter): tag auto-created notes heading with :noexport:
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user