From: Mark Wooding Date: Tue, 5 May 2009 10:03:36 +0000 (+0100) Subject: emacs: Arrange org-mode tags aligned-right. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e3f433a2b001f9d1d3adb470c9fe49d72b010452?ds=inline;hp=-c emacs: Arrange org-mode tags aligned-right. ... but adjust the position for my slightly narrow columns. --- e3f433a2b001f9d1d3adb470c9fe49d72b010452 diff --git a/emacs b/emacs index bcf5aca..9f18596 100644 --- a/emacs +++ b/emacs @@ -303,7 +303,8 @@ ;; --- Org-mode agenda --- -(setq org-agenda-include-diary t) +(setq org-agenda-include-diary t + org-tags-column -77) ;; --- Cosmetic stuff ---