From 603d0c76960deee72895196b7cfcc8201ca0141a Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 13 Nov 2023 10:59:42 +1100 Subject: [emacs] Update org-agenda-prefix-format now that we use the task system --- emacs/.emacs.d/init/ycp-org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 378e0c3..8364810 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -198,10 +198,10 @@ ((tags-todo "{^@.*}")) nil))) (setq org-agenda-prefix-format - '((agenda . "%-5:c%?-12t% s") - (todo . "%-4:c") - (tags . "%-4:c") - (search . "%-4:c"))) + '((agenda . "%?-12t% s") + (todo . "") + (tags . "") + (search . ""))) (setq org-agenda-use-tag-inheritance nil) (add-hook 'org-agenda-mode-hook #'hl-line-mode) (add-hook 'org-agenda-after-show-hook 'my-org-agenda-after-show) -- cgit v1.2.3