aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-04-13 14:57:46 +0000
committerCarsten Dominik2006-04-13 14:57:46 +0000
commita5c5d99de7959652cb01a775bd5d2cf4d6e17691 (patch)
tree12f8e5b4fb432eb9661939e58f771d3c8317dd31
parent501719afed815164d65a226d9ccfd7384d298556 (diff)
downloademacs-a5c5d99de7959652cb01a775bd5d2cf4d6e17691.tar.gz
emacs-a5c5d99de7959652cb01a775bd5d2cf4d6e17691.zip
*** empty log message ***
-rw-r--r--lisp/textmodes/org.el1
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)