dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 59937cae6bec04c7039fcfddba3235d95f28af6f
parent 9986dad09bb6ad9e232825241cd5311b42188f62
Author: Lukas Henkel <lh@entf.net>
Date:   Tue, 11 Jan 2022 21:08:27 +0100

Log time when org task is closed

Diffstat:
Minit.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -172,6 +172,8 @@ '(kept-old-versions 5) '(mouse-wheel-progressive-speed nil) '(org-babel-load-languages '((awk . t) (lisp . t) (shell . t) (emacs-lisp . t))) + '(org-log-done 'time) + '(org-log-done-with-time t) '(org-src-window-setup 'other-window) '(org-startup-indented t) '(package-archives