Browse Source

Make diary entry visible so that editing can take place

Carsten Dominik 15 years ago
parent
commit
3ebaffe07e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-agenda.el

+ 1 - 0
lisp/org-agenda.el

@@ -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)