In my org-setup, I want to have something like this:
(defun sr-org-id-insert-maybe ()
(if (y-or-n-p "Create a unique ID for this section?")
(org-id-get-create)))
(org-insert-heading-hook (quote (sr-org-id-insert-maybe)))
But I don't want to enable it globally. Instead, I want to create IDs
semi-automatic for special files (or projects) only.
How would I do that?
Sebastian
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode