Function: org-add-note
org-add-note is an interactive and byte-compiled function defined in
org.el.gz.
Signature
(org-add-note)
Documentation
Add a note to the current entry.
This is done in the same way as adding a state change note.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-add-note ()
"Add a note to the current entry.
This is done in the same way as adding a state change note."
(interactive)
(org-add-log-setup 'note))