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 は refile ターゲットがないと言っています。org-cycle-agenda-files は、実際には組織ファイル間を循環しています。だから私は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)))