emacs: Arrange org-mode tags aligned-right.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:03:36 +0000 (11:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:14:46 +0000 (11:14 +0100)
... but adjust the position for my slightly narrow columns.

emacs

diff --git a/emacs b/emacs
index bcf5aca..9f18596 100644 (file)
--- a/emacs
+++ b/emacs
 
 ;; --- Org-mode agenda ---
 
-(setq org-agenda-include-diary t)
+(setq org-agenda-include-diary t
+      org-tags-column -77)
 
 ;; --- Cosmetic stuff ---