0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 18:32:53 +00:00

Minor fix

This commit is contained in:
Carsten Dominik 2009-09-21 17:56:42 +01:00
parent 9cccb68eb8
commit 9a6bda6694

View file

@ -6410,7 +6410,7 @@ be used to request time specification in the time stamp."
(widen)
(goto-char pos)
(setq ts (org-deadline arg)))
(org-agenda-show-new-time marker ts "S"))
(org-agenda-show-new-time marker ts "D"))
(message "Deadline for this item set to %s" ts)))
(defun org-agenda-action ()