Hi Esben,

Esben Stien <b...@esben-stien.name> 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