dotfiles

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

commit 48a8e783f258c0634c93a17b1e15674b8d6ac4cb
parent 39cd8fff190caf2db29d6637a78b683a0bfe347c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 12 Mar 2022 17:09:26 +0100

emacs: agenda column mode should use CLOCKSUM_T for only today

Diffstat:
Memacs/config.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1228,7 +1228,7 @@ I want column view to look like this: | ... | ... | ... | ... | ... | #+begin_src emacs-lisp - (setq org-columns-default-format "%7TODO (To Do) %32ITEM(Task) %TAGS(Tags) %6CLOCKSUM(Clock) %8Effort(Effort){:}") + (setq org-columns-default-format "%7TODO (To Do) %32ITEM(Task) %TAGS(Tags) %11CLOCKSUM_T(Clock) %8Effort(Effort){:}") #+end_src *** Calculate time since timestamp