ENH make clocking and logging drawers separate

This commit is contained in:
Nathan Dwarshuis 2020-10-02 14:45:54 -04:00
parent aafd64ea24
commit 44b7a10c1f
1 changed files with 2 additions and 1 deletions

View File

@ -3309,7 +3309,8 @@ GTD is great but has many limitations...mostly due to the fact that it was origi
:END: :END:
I prefer all logging to go in a seperate drawer (aptly named) which allows easier navigation and parsing for data analytics. I prefer all logging to go in a seperate drawer (aptly named) which allows easier navigation and parsing for data analytics.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq org-log-into-drawer "LOGBOOK") (setq org-log-into-drawer "LOGGING"
org-clock-into-drawer "CLOCKING")
#+END_SRC #+END_SRC
**** events **** events
:PROPERTIES: :PROPERTIES: