emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] cycle visibility from agenda view?


From: Carsten Dominik
Subject: Re: [Orgmode] cycle visibility from agenda view?
Date: Fri, 25 Jun 2010 08:11:01 +0200


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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]