即使我在org -agenda files中有org文件,org-refile也说没有refile目标。org -cycle-agenda files实际上是在组织文件之间循环。所以我猜org-agenda files是合适的。有没有人能帮我理解一下我在这里遗漏了什么?
发布于 2016-04-12 06:53:10
来自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)))https://stackoverflow.com/questions/19524044
复制相似问题