- https://www.emacswiki.org/emacs/OrgMode
- https://orgmode.org/manual/Agenda-Files.html
- https://orgmode.org/worg/org-tutorials/orgtutorial_dto.html
- http://doc.norang.ca/org-mode.html#AgendaSetup
<!–listend–>
(setq org-agenda-files (file-expand-wildcards "~/org/*.org"))
这种方法不好用。
最好还是 M-x org-agenda-file-to-front
添加一个个文件。
终于找到错误原因了:
Ensure you don't have org-agenda-files set in a "customize" block in your .Emacs file. This is a common source of errors.