On Jun 15, 2010, at 3:59 PM, Joost Kremers wrote:
hi all,
when i'm in an agenda buffer i can use follow mode (or the space
bar) to view
original location of an item. however, sometimes (usually?) the
relevant tree
isn't shown entirely, which is not always what i want. is there a
way to cycle
the visibility of the relevant item from within the agenda buffer? i
haven't
been able to find anything...
You can try this:
(add-hook 'org-agenda-mode-hook
(lambda ()
(define-key org-agenda-mode-map " " 'org-agenda-cycle-show)))
and then press SPACE several times.
HTH
- Carsten
P.S. Matt, maybe this is worth a FAQ entry?
Thanks
tia
joost
--
Joost Kremers
Life has its moments
_______________________________________________
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
- Carsten
_______________________________________________
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