2

org-agenda-files に org ファイルがありますが、org-refile は refile ターゲットがないと言っています。org-cycle-agenda-files は、実際には組織ファイル間を循環しています。だから私はorg-agenda-filesが適切だと思います。誰かが私がここで欠けているものを理解するのを手伝ってくれますか?

4

1 に答える 1

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)))
于 2016-04-11T22:53:10.133 に答える