简体   繁体   English

org-refile始终返回消息,没有重新归档目标

[英]org-refile is always returning with the message no refile targets

Even though I have org files in my org-agenda-files, org-refile is saying no refile targets. 即使我的org-议程文件中有org文件,org-refile却说没有重新归档目标。 org-cycle-agenda-files is actually cycling between org files. org-cycle-agenda-files实际上是在org文件之间循环。 so i guess the org-agenda-files is proper. 所以我想组织议程文件是正确的。 can someone help me understand what i am missing here? 有人可以帮助我了解我在这里所缺少的吗?

A code block from Steve Purcell's .emacs.d which is solve that problem 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)))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM