From 2c9baefdf4b4be90dd3733f9965dedd05cc411fc Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 29 May 2023 00:03:41 -0400 Subject: [PATCH] Enable org-collector --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 2ee2c8c..48cb7b4 100644 --- a/config.org +++ b/config.org @@ -821,6 +821,12 @@ Extend the day until around 3AM, for those days with late bed time (setq org-extend-today-until 4 org-use-effective-time t)) #+end_src +*** org collector +Provides nice tables from the properties of an item +#+begin_src emacs-lisp +(after! org + (add-to-list 'org-modules 'org-collector)) +#+end_src ** Babel config *** Ansi colors First, bring in ~ansi-color~