From: Bastien <bzg@altern.org>
To: Giacomo M <jackjackk@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Quickly fold/unfold a node
Date: Wed, 12 Sep 2012 17:27:34 +0200 [thread overview]
Message-ID: <87wqzzxnvd.fsf@altern.org> (raw)
In-Reply-To: <CA+GKSr5aekjv8-evmxW_UH30sJowDC0MX3nMvyDv6-JesxW48g@mail.gmail.com> (Giacomo M.'s message of "Wed, 12 Sep 2012 17:16:37 +0200")
Hi Giacomo,
Giacomo M <jackjackk@gmail.com> writes:
> I would like to quickly go from FOLDED to CHILDREN to FOLDED skipping
> the SUBTREE step in the visibility cycle (especially for the cases
> when CHILDREN and SUBTREE are the same).
> Any suggestion on how to do it would be very appreciated,
You can bind `org-show-subtree' to a key like this:
(define-key org-mode-map (kbd "\C-cs") 'org-show-subtree)
Hitting `C-c s' will then show the complete subtree.
Hitting TAB again on the headline will fold it.
HTH,
--
Bastien
next prev parent reply other threads:[~2012-09-12 15:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-12 15:16 Quickly fold/unfold a node Giacomo M
2012-09-12 15:27 ` Bastien [this message]
2012-09-13 2:20 ` Carsten Dominik
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wqzzxnvd.fsf@altern.org \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=jackjackk@gmail.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).