即使我在org-agenda-files中有org文件,org-refile也没有说明反对目标。 org-cycle-agenda-files实际上是在org文件之间循环。所以我猜org-agenda-files是正确的。谁能帮助我理解我在这里缺少的东西?
答案 0 :(得分:1)
来自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)))