emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-prefix-format and tab stops
@ 2022-06-29  8:18 Michael Maurer
  2022-06-30  2:33 ` Samuel Wales
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Maurer @ 2022-06-29  8:18 UTC (permalink / raw)
  To: Org Mode List

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-30 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  8:18 org-agenda-prefix-format and tab stops Michael Maurer
2022-06-30  2:33 ` Samuel Wales
2022-06-30  8:17   ` Michael Maurer
2022-06-30 12:53     ` Ihor Radchenko
2022-06-30 13:40       ` Michael Maurer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).