From: Carsten Dominik <carsten.dominik@gmail.com>
To: Joost Kremers <joostkremers@fastmail.fm>, Matt Lundin <mdl@imapmail.org>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: cycle visibility from agenda view?
Date: Fri, 25 Jun 2010 08:11:01 +0200 [thread overview]
Message-ID: <ADE87711-0372-486F-91D1-9458BEEB1636@gmail.com> (raw)
In-Reply-To: <20100615135909.GD1315@vpn-2139.gwdg.de>
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
prev parent reply other threads:[~2010-06-25 17:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-15 13:59 cycle visibility from agenda view? Joost Kremers
2010-06-25 6:11 ` Carsten Dominik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ADE87711-0372-486F-91D1-9458BEEB1636@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=joostkremers@fastmail.fm \
--cc=mdl@imapmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.