0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Make diary entry visible so that editing can take place

This commit is contained in:
Carsten Dominik 2009-11-10 21:24:42 +01:00
parent 356f654dd9
commit 3ebaffe07e

View file

@ -6740,6 +6740,7 @@ the resulting entry will not be shown. When TEXT is empty, switch to
(message "%s entry added to %s"
(capitalize (symbol-name type))
(abbreviate-file-name org-agenda-diary-file)))
(org-reveal t)
(message "Please finish entry here"))))
(defun org-agenda-insert-diary-make-new-entry (text)