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-agenda-files 中有 org 文件,org-refile 表示没有重新文件目标。org-cycle-agenda-files 实际上是在 org 文件之间循环。所以我猜 org-agenda-files 是正确的。有人可以帮助我了解我在这里缺少什么吗?
来自 Steve Purcell 的 .emacs.d 的代码块解决了这个问题
; Targets include this file and any file contributing to the agenda - up to 5 levels deep (setq org-refile-targets '((nil :maxlevel . 5) (org-agenda-files :maxlevel . 5)))