org.el (org-add-log-note): Minor formatting fix

* org.el (org-add-log-note): Minor formatting fix.
This commit is contained in:
Bastien Guerry 2013-04-10 12:42:54 +02:00
parent c7f99d1e87
commit e2843e5fd7
1 changed files with 1 additions and 1 deletions

View File

@ -13241,7 +13241,7 @@ EXTRA is additional text that will be inserted into the notes buffer."
(org-switch-to-buffer-other-window "*Org Note*")
(erase-buffer)
(if (memq org-log-note-how '(time state))
(let (current-prefix-arg) (org-store-log-note))
(let (current-prefix-arg) (org-store-log-note))
(let ((org-inhibit-startup t)) (org-mode))
(insert (format "# Insert note for %s.
# Finish with C-c C-c, or cancel with C-c C-k.\n\n"