From d8098c7e1df1e46189c9dbbcf323140da4044b48 Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 13 Feb 2020 10:40:48 +0100 Subject: Put Notes into a drawer & separate of clock times --- emacs-init.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 009a116..13edbfa 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1527,6 +1527,8 @@ Hansen's]] configs. headlines with the same name & disable step-wise completion as I think from the refile target backwards, not from top-level downwards. + - Drawer for Notes :: Notes go into the =NOTES= drawer. Clocking + times should stay separate in the =LOGBOOK= drawer. #+begin_src emacs-lisp (use-package org @@ -1571,6 +1573,8 @@ Hansen's]] configs. (org-ellipsis " ") (org-refile-use-outline-path 'file) (org-outline-path-complete-in-steps nil) + (org-log-state-notes-into-drawer "NOTES") + (org-clock-into-drawer "LOGBOOK") :config (add-hook 'org-mode-hook 'turn-on-org-cdlatex) (add-to-list 'org-structure-template-alist (cons "f" "figure")) -- cgit v1.2.3