From: Mark Wooding Date: Tue, 22 Mar 2016 02:07:08 +0000 (+0000) Subject: dot/emacs: Align Org mode tags to the proper column in agenda view. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/5d62fc5aa4d5852ca08bde434cb39f73a0a4c346?hp=aede9fd7de7f8f21202482825873cc885d185e94 dot/emacs: Align Org mode tags to the proper column in agenda view. --- diff --git a/dot/emacs b/dot/emacs index eac537f..c0257de 100644 --- a/dot/emacs +++ b/dot/emacs @@ -432,7 +432,8 @@ (setq org-agenda-include-diary t org-directory "~/etc/brain.local/" org-default-notes-file (concat org-directory "local.org") - org-tags-column -77) + org-tags-column -77 + org-agenda-align-tags-to-column org-tags-column) ;; Cosmetic stuff.