Skip to main content
`C-x C-c` would close Emacs by default. Added extra text because edits must be at least 6 characters.
Source Link

Have you triedSince you're using Org Mode, C-xc C-cx b (org-tree-to-indirect-buffer)? may be the best solution. It creates an indirect (new) buffer and narrows it to current subtree, leaving the rest of the document as is.

Have you tried C-x C-c b (org-tree-to-indirect-buffer)? It creates an indirect (new) buffer and narrows it to current subtree, leaving the rest of the document as is.

Since you're using Org Mode, C-c C-x b (org-tree-to-indirect-buffer) may be the best solution. It creates an indirect (new) buffer and narrows it to current subtree, leaving the rest of the document as is.

Source Link

Have you tried C-x C-c b (org-tree-to-indirect-buffer)? It creates an indirect (new) buffer and narrows it to current subtree, leaving the rest of the document as is.