* cycle visibility from agenda view?
@ 2010-06-15 13:59 Joost Kremers
2010-06-25 6:11 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Joost Kremers @ 2010-06-15 13:59 UTC (permalink / raw)
To: emacs-orgmode
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...
tia
joost
--
Joost Kremers
Life has its moments
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cycle visibility from agenda view?
2010-06-15 13:59 cycle visibility from agenda view? Joost Kremers
@ 2010-06-25 6:11 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-06-25 6:11 UTC (permalink / raw)
To: Joost Kremers, Matt Lundin; +Cc: Org Mode List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-25 17:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 13:59 cycle visibility from agenda view? Joost Kremers
2010-06-25 6:11 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.