Variable: org-log-state-notes-insert-after-drawers
org-log-state-notes-insert-after-drawers is a customizable variable
defined in org.el.gz.
Value
nil
Documentation
Non-nil means insert state change notes after any drawers in entry.
Only the drawers that *immediately* follow the headline and the deadline/scheduled line are skipped. When nil, insert notes right after the heading and perhaps the line with deadline/scheduling if present.
This variable will have no effect if org-log-into-drawer(var)/org-log-into-drawer(fun) is
set.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-log-state-notes-insert-after-drawers nil
"Non-nil means insert state change notes after any drawers in entry.
Only the drawers that *immediately* follow the headline and the
deadline/scheduled line are skipped.
When nil, insert notes right after the heading and perhaps the line
with deadline/scheduling if present.
This variable will have no effect if `org-log-into-drawer' is
set."
:group 'org-todo
:group 'org-progress
:type 'boolean)