chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aede9fd
)
dot/emacs: Align Org mode tags to the proper column in agenda view.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Mar 2016 02:07:08 +0000
(
02:07
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Mar 2016 02:07:08 +0000
(
02:07
+0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index eac537f7bf53c09ed11539051166adea8488b342..c0257de512bc0790df8279260b69801241e18b66 100644
(file)
--- 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.