Search code examples
emacsorg-mode

Tag Position in Org Mode


When I create a tag next to a heading it aligns and moves to the right but not as far as I'd like.

How can I make sure the tags are aligned further away from the heading?

Thanks.


Solution

  • In Emacs 23.3.1 (Org-mode version 6.33x), tags for a heading are right-aligned in accordance with the org-tags-column variable.

    You can use M-x customize-variable RET org-tags-column RET to change this to suit your requirements.