emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] how to have log line written into LOGBOOK drawer


From: Julius Dittmar
Subject: [O] how to have log line written into LOGBOOK drawer
Date: Thu, 17 May 2018 21:03:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi,

I use a function written by John Kitchin which, among other things, does
some logging. It uses

(org-add-log-setup 'state
  (format "Review Priority %s" new-review-priority)
  current-review-priority
  'time)

for that, where new-review-priority and current-review-priority contain
strings.

Currently those lines are added right after the PROPERTIES drawer. I
would prefer for them to appear in the LOGBOOK drawer. How can I
archieve that?

Thanks in advance,

Julius




reply via email to

[Prev in Thread] Current Thread [Next in Thread]