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.
GTD 设置中有一个片段:
;; 显式加载所需的导出器
(需要'ox-html)
(需要'ox-latex)
(需要'ox-ascii)
无法打开加载文件。
它们应该是 org-mode 的一部分,不是吗?系统上似乎没有像 ox-html.el 这样的文件(Linux,Emacs 24.3.1)。谷歌搜索结果稀缺且令人困惑。我必须安装一些东西吗?
这些文件从 Org 8 开始有效。您确定安装了该版本吗?如果您使用内置的 Emacs 版本,则情况并非如此。然后,通过 ELPA、tarball/zip 文件或 Git 开发分支在本地安装。