From e5abbf9e85e8c0914d6204c7612492b1c25a1d5d Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 15 Oct 2022 16:20:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20[Org]=20Show=20category=20for=20?= =?UTF-8?q?agenda=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index c6ef279..d0aa1a1 100644 --- a/config.org +++ b/config.org @@ -1180,7 +1180,7 @@ Make the column for categories wider. #+begin_src emacs-lisp (setq org-agenda-prefix-format - '((agenda . " %i %?-12t% s") + '((agenda . " %i %-15:c%?-12t% s") (todo . " %i") (tags . " %i") (search . " %i")))