>>>>> Achim Gratz <strom...@nexgo.de>: > Steinar Bang writes:
>> But if I have this setting then notes created with `C-c C-z' end up on >> the top level, even if I manually create a :LOGBOOK: drawer. >> >> Is it possible to have both? > Unless it's been broken recently it should, but you probably need to > customize org-log-into-drawer to "t" (for LOGBOOK) or set the property > LOG_INTO_DRAWER if you want to keep this setting different in > different subtrees. I examined org-log-drawer with C-h v org-log-drawer RET and it had the value of `nil'. I customized by selecting LOGBOOK (ie. `t') from the value menu, and now notes end up in the :LOGBOOK: drawer in the same nodes where clocking info ends up in the :CLOCK: drawer. Thanks!