changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / emacs/lib/publish.el

revision 397: a79d494b0e9c
parent 396: 6f2796285c41
child 406: 71baf0d4768d
     1.1--- a/emacs/lib/publish.el	Sun Jun 02 19:23:41 2024 -0400
     1.2+++ b/emacs/lib/publish.el	Sun Jun 02 20:11:01 2024 -0400
     1.3@@ -92,6 +92,12 @@
     1.4 
     1.5 ;;;###autoload
     1.6 (defun org-id-add-to-headlines-in-file ()
     1.7+  "Add ID properties to all headlines in the
     1.8+   current file which do not already have one."
     1.9+  (interactive)
    1.10+  (org-map-entries (lambda () (org-id-get (point) 'create))))
    1.11+
    1.12+(defun org-custom-id-add-to-headlines-in-file ()
    1.13   "Add CUSTOM_ID properties to all headlines in the
    1.14    current file which do not already have one."
    1.15   (interactive)