emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

org-agenda-prefix-format and tab stops


From: Michael Maurer
Subject: org-agenda-prefix-format and tab stops
Date: Wed, 29 Jun 2022 10:18:18 +0200

hi,

I've discovered org-agenda-prefix-format, but can't figure out how to
add a tab-stop after every todo-item. So basically that the headlines
are aligned regardless of the character-length of the todo-item. My
current setup looks like this:

(setq org-agenda-prefix-format
  '(
(agenda  . "  %?-12t% s")
    (timeline  . "  % s")
    (todo  . "  %i %-12:c")
    (tags  . " %i %-12:c")
    (search . " %i %-12:c"))

but messing around with the -12 variable doesn't seem to change
anything. Probably missing something.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]