changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: org id updates

changeset 397: a79d494b0e9c
parent 396: 6f2796285c41
child 398: 1e08f8462554
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 20:11:01 -0400
files: emacs/lib/publish.el
description: org id updates
     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)