Skip to content

Commit

Permalink
Update org-gtd-process.el
Browse files Browse the repository at this point in the history
Signed-off-by: yetanotherfossman <[email protected]>
  • Loading branch information
yetanotherfossman authored Jul 6, 2023
1 parent d5798ca commit e5350ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-gtd-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(when (org-before-first-heading-p)
(org-next-visible-heading 1))
(if (not (org-at-heading-p))
(user-error "No more items to process" (org-gtd-process--stop))
(user-error "No items to process" (org-gtd-process--stop))
(org-N-empty-lines-before-current 1)
(org-gtd-clarify-inbox-item))))

Expand Down

0 comments on commit e5350ba

Please sign in to comment.