From 31317a8cb0236c443ebbc69ce2d2a8c1b8f28441 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 10 Jul 2025 19:48:14 +0100 Subject: Set org column format --- emacs-config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index 204a334..806b927 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -345,6 +345,12 @@ Case-sensitive search by default and show match count in minibuffer. <>) #+end_src +Set org column format. +#+begin_src elisp + (setq-default org-columns-default-format + "%70ITEM %TODO %10CLOCKSUM %16DEADLINE") +#+end_src + Enable notes for various actions. #+begin_src elisp (setq-default org-log-done 'time -- cgit