summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index b2f2807..204a334 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -345,6 +345,15 @@ Case-sensitive search by default and show match count in minibuffer.
<<org-babel-settings>>)
#+end_src
+Enable notes for various actions.
+#+begin_src elisp
+ (setq-default org-log-done 'time
+ org-log-reschedule 'note
+ org-log-redeadline 'note
+ org-log-into-drawer t
+ org-log-note-clock-out t)
+#+end_src
+
*** Org Babel
:PROPERTIES:
:header-args:elisp: :tangle no :noweb-ref org-babel-settings