org.el (org-add-log-note): Minor formatting fix
* org.el (org-add-log-note): Minor formatting fix.
This commit is contained in:
parent
c7f99d1e87
commit
e2843e5fd7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue