简体   繁体   中英

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-cycle-agenda-files is actually cycling between org files. 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

; 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)))

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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