dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 103c073fbd20dd3fee27092380d44f16865e5c95
parent d17e7121d1f1e16fd0821bf5da36d9ab938c2419
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat,  5 Feb 2022 11:40:23 +0100

emacs: make clock tables work the way I want

Diffstat:
Memacs/config.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1044,6 +1044,13 @@ Time tracking should be done in its own drawer: (setq org-clock-into-drawer "CLOCK") #+end_src +And to customize how clock tables work: + +#+begin_src emacs-lisp + (setq org-clocktable-defaults '(:lang "en" :scope agenda-with-archives :wstart 1 :mstart 1 :compact t :maxlevel nil)) + (setq org-agenda-clockreport-parameter-plist '(:link t :maxlevel nil)) +#+end_src + I want to set effort in hours:minutes: #+begin_src emacs-lisp