emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Quickly fold/unfold a node


From: Bastien
Subject: Re: [O] Quickly fold/unfold a node
Date: Wed, 12 Sep 2012 17:27:34 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Giacomo,

Giacomo M <address@hidden> 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



reply via email to

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