diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f2eae678ad5..a0cdca6c8c7 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -5977,7 +5977,6 @@ the documentation of `org-diary'." | |||
| 5977 | (if scheduledp "Scheduled: " "")) | 5977 | (if scheduledp "Scheduled: " "")) |
| 5978 | (match-string 1) category tags timestr))) | 5978 | (match-string 1) category tags timestr))) |
| 5979 | (setq txt org-agenda-no-heading-message)) | 5979 | (setq txt org-agenda-no-heading-message)) |
| 5980 | (debug) | ||
| 5981 | (setq priority (org-get-priority txt)) | 5980 | (setq priority (org-get-priority txt)) |
| 5982 | (org-add-props txt props | 5981 | (org-add-props txt props |
| 5983 | 'org-marker marker 'org-hd-marker hdmarker) | 5982 | 'org-marker marker 'org-hd-marker hdmarker) |