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.
基本上我想要完成的是对大量笔记和文本片段进行快速手动排序。
例如,我想标记一组寄存器(基本上是 org-mode 中的标题)
1-任务 2-收件箱,3-参考,4-总有一天
然后我想突出显示一个杂乱的笔记文件,调用一个函数,让它终止选择,将其拉到一个标记处,然后返回到我之前的位置以处理更多片段。到目前为止,我知道我需要使用:
(evil-paste-after COUNT &optional REGISTER YANK-HANDLER)
但不确定如何构造函数。
听起来您想将org-refile与一些自定义目标一起使用?