emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-cycle Collapse and Expand


From: Bastien
Subject: Re: [O] org-cycle Collapse and Expand
Date: Thu, 12 Jul 2012 08:30:41 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Esben,

Esben Stien <address@hidden> writes:

> I'd like it to just expand and collapse the current node. 

There is `org-show-subtree'.

You can create a new key binding like this:

  (org-defkey org-mode-map "\C-c\C-S" 'org-show-subtree)

Then TAB and C-cC-S to expand/collapse.

HTH,

-- 
 Bastien



reply via email to

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