Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 emacs org-mode 中编辑内容,并在折叠和展开模式下使用标题结构。不过,在编辑时,我担心我会不小心删除包含内容的折叠子树。
有没有办法让 org-mode 在删除包含隐藏内容的折叠子树之前警告我?
在某些情况下,请参阅以下变量以保护隐藏的树:
org-catch-invisible-edits org-ctrl-k-protect-subtree
但是请注意,这些不会保护隐藏的树木不被例如C-w( kill-region) 杀死。
C-w
kill-region