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~