mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-04 08:47:03 +00:00
org-agenda.el: Partially revert 19676dce
* lisp/org-agenda.el (org-agenda-show-new-time): Don't use `org-agenda-previous-line'. Thanks to Matt Lundin for reporting this.
This commit is contained in:
parent
362cb3cd5d
commit
44e7e34ed3
@ -9584,7 +9584,7 @@ Called with a universal prefix arg, show the priority instead of setting it."
|
||||
(list 'display (org-add-props stamp nil
|
||||
'face '(secondary-selection default))))
|
||||
(beginning-of-line 1))
|
||||
(org-agenda-previous-line)))))
|
||||
(beginning-of-line 0)))))
|
||||
|
||||
(defun org-agenda-date-prompt (arg)
|
||||
"Change the date of this item. Date is prompted for, with default today.
|
||||
|
Loading…
Reference in New Issue
Block a user