C-u C-c C-q works for me. I switch between machines with different monitors, and I find that in the agenda view, the tags can intrude on the headline space. That is, an entry I make on one machine puts the tag in a different place than an entry I make on another machine. The following snippet lines up the tags in the agenda view.
;; Place tags close to the right-hand side of the window (add-hook 'org-finalize-agenda-hook 'place-agenda-tags) (defun place-agenda-tags () "Put the agenda tags by the right border of the agenda window." (setq org-agenda-tags-column (- 4 (window-width))) (org-agenda-align-tags)) -Rod Martin Pohlack <m...@os.inf.tu-dresden.de> writes: > On 07.12.2010 21:48, Chao LU wrote: >> Hi Eric, >> >> Yes, it works, by (setq org-tags-column 90). But new question arise, it does >> not apply to the tags which have already been there (only new tags after the >> modification of the alignment number), so how could I get all the tags >> updated? > > org-align-all-tags, should be bound to c-u c-u c-c c-c. > > HTH, > Martin > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode