* Quickly fold/unfold a node
@ 2012-09-12 15:16 Giacomo M
2012-09-12 15:27 ` Bastien
2012-09-13 2:20 ` Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: Giacomo M @ 2012-09-12 15:16 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
Dear Emacs Orgmode users,
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,
thanks
Giacomo Marangoni
[-- Attachment #2: Type: text/html, Size: 314 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Quickly fold/unfold a node
2012-09-12 15:16 Quickly fold/unfold a node Giacomo M
@ 2012-09-12 15:27 ` Bastien
2012-09-13 2:20 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2012-09-12 15:27 UTC (permalink / raw)
To: Giacomo M; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Quickly fold/unfold a node
2012-09-12 15:16 Quickly fold/unfold a node Giacomo M
2012-09-12 15:27 ` Bastien
@ 2012-09-13 2:20 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2012-09-13 2:20 UTC (permalink / raw)
To: Giacomo M; +Cc: emacs-orgmode
On 12.9.2012, at 08:16, Giacomo M wrote:
> Dear Emacs Orgmode users,
> 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).
Pressing TAB twice. :)
Sounds stupid, but is very likely the best solution.
- Carsten
> Any suggestion on how to do it would be very appreciated,
> thanks
>
> Giacomo Marangoni
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-13 2:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 15:16 Quickly fold/unfold a node Giacomo M
2012-09-12 15:27 ` Bastien
2012-09-13 2:20 ` Carsten Dominik
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).