I've gone to my org-log-into-drawer customize menu and it says "Not into a
drawer" even though a C-u C-c C-t gets me the org-todo-keyword list, and
when I chose TODO, I get an LOGBOOK entry form. Good. This is indeed the
behavior I want, i.e., always make a "log entry" upon a TODO choice.
However, I'd like to customize the LOGBOOK drawer to include more, for
example I have this in my tempo templates:

(tempo-define-template "org-PROPERTIES_time-vertex-edge-level"
      '(":PROPERTIES:" n
":HLEVEL: " (borgauf/insert-level) n
":Time: " (borgauf/insert-dateutc.1) n
":ID: " (borgauf/insert-uuid) n
":LINKS: " n
":END:" )
      "<Pt" "Insert PROPERTIES time-vertex-edge-level block"
'org-tempo-tags)

So this is what I'd like each "log entry" to have in its drawer besides my
notes. Is it possible to customize the logging to have this extra stuff in
the drawer?

LB

Reply via email to