From: Bastien Guerry Date: Sat, 23 Feb 2013 09:35:19 +0000 (+0100) Subject: org-faq.org: Enhance "C-k is killing whole subtrees! I lost my work!" X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=60da2b87132d8fe763712a20479689c679490132 org-faq.org: Enhance "C-k is killing whole subtrees! I lost my work!" Mention `org-catch-invisible-edits'. --- diff --git a/org-faq.org b/org-faq.org index 4d48401..0fb7b2d 100644 --- a/org-faq.org +++ b/org-faq.org @@ -1665,7 +1665,10 @@ an outline heading, you can use inline tasks. Simply add... :CUSTOM_ID: C-k-is-killing-subtrees :END: - =(setq org-ctrl-k-protect-subtree t)= before losing your work. + =(setq org-ctrl-k-protect-subtree t)= before losing your work. + + =(setq org-catch-invisible-edits 'show)= will also be helpful. See the + docstring of this option, as it allows more flexible options. ** Why aren't commands working on regions? :PROPERTIES: