在 Emacs org-mode 中保存待办事项列表会删除所有纯文本吗?
我开始使用 Emacs org-mode 来处理我的待办事项列表。 但是,当我保存文件时,所有纯文本都会被删除,如何防止这种情况发生?
例如
文件 todo.org:
- 事情 1
- 事情 2
我更愿意保留一些常规的无害文本- 事情3
常规无害文本:
- 事情 1
- 事情 2
- 事情3
好吧,我很傻,我不知道 org-mode 会崩溃。它确实说:
- 事情 1
- 事情 2...
- 事情3
并且 S-TAB 将隐藏/显示所有文本。谢谢你们!
I started to use the Emacs org-mode for my todo lists.
However, when I save my file all plain text is removed, how do I prevent this from happening?
e.g.
file todo.org:
- thing 1
- thing 2
Some regular harmless text I would prefer to keep- thing 3
becomes:
- thing 1
- thing 2
- thing 3
Okay, I'm silly, I didn't know org-mode would collapse things. It does indeed say:
- thing 1
- thing 2...
- thing 3
And S-TAB will hide/show all text. Thanks guys!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是非常奇怪的行为。我经常使用org-mode,但从未见过这个问题。你确定它不会变成吗?
That's very odd behaviour. I use org-mode a lot and have never seen this problem. Are you quite sure it doesn't become;