"Back" command for org-mode

8

3

When I type C-c C-v to see the list of TODOs, or C-c / m to see headlines with a certain tag, org-mode shows me a sparse tree with the results.


How do I then go back to seeing the tree the way it was before I issued this command? Note that I haven't changed the file in any way, so this isn't your normal "undo", it's about going back to how org-mode was displaying the tree before.

Helder S Ribeiro

Posted 2010-05-02T23:52:56.757

Reputation: 5 997

Answers

-1

M-x show-all

You can bind this to a key of your choice, either globally or in the org-mode keymap.

ADEpt

Posted 2010-05-02T23:52:56.757

Reputation: 484

1This doesn't send you back to the state the tree was before, right? It expands the whole tree? – Helder S Ribeiro – 2011-04-11T17:56:47.300

Yes, you are right – ADEpt – 2011-07-29T22:28:33.707