diff --git a/emacs/.config/doom/+org-reminders.el b/emacs/.config/doom/+org-reminders.el index b5e6515..58cea9a 100644 --- a/emacs/.config/doom/+org-reminders.el +++ b/emacs/.config/doom/+org-reminders.el @@ -127,7 +127,7 @@ Each spec is (ID HEADING FIRE-TIME LABEL SECONDS)." (let ((subtree-end (save-excursion (org-end-of-subtree t t)))) (if (and (org-get-todo-state) (not (org-entry-is-done-p))) (let* ((heading (string-trim (org-get-heading t t t t))) - (id (or (org-entry-get nil "ID" t) + (id (or (org-entry-get nil "ID") (format "%s|%s" file heading))) (rem (org-entry-get nil "REMINDER" t)) (anchor (progn