Skip to content

Commit

Permalink
Change/Fix: (parent) Use org-entry-get
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Nov 21, 2023
1 parent 83292ab commit ee3379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-super-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ key and as the header for its group."
(org-super-agenda--def-auto-group parent "their parent heading"
:key-form (org-super-agenda--when-with-marker-buffer (org-super-agenda--get-marker item)
(when (org-up-heading-safe)
(org-get-heading 'notags 'notodo))))
(org-entry-get nil "ITEM"))))

;;;;; Dispatchers

Expand Down

0 comments on commit ee3379a

Please sign in to comment.