... could the answer be that LOGBOOK is a general drawer and a PROPERTIES
drawer two different classes of drawers? That is, PROPERTIES allows
key/value fields while LOGBOOK just allows text?

On Fri, Feb 28, 2020 at 12:08 PM Lawrence Bottorff <borg...@gmail.com>
wrote:

> 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