From 18502a964af0a6163518ddcacd9ce15f54de49d1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 10 Jul 2025 19:47:51 +0100 Subject: Enable notes for various org actions --- emacs-config.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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. <>) #+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 -- cgit