我是 Emacs 新手,并完成了 Emacs 和基本 org-mode 教程。\n现在我想安装 org-drill。以下是我在 Emacs 上安装 org-drill 的失败尝试。
\n\n从http://orgmode.org/worg/org-contrib/org-drill.html
\n\n\n\n\n安装
\n\n最简单的方法是自定义变量“org-modules”(Mxcustomize-variables RET org-modules)并确保勾选“drill”。
\n
我打开 spanish.org 文件并在 Emacs 中输入“Meta-xcustomize-variables”,回显区域显示:
\n\nM-x customize-variables [No match]\nRun Code Online (Sandbox Code Playgroud)\n\n所以我尝试“Meta-x custom-variable”单数:
\n\nM-x customize-variable <RET> org-modules\nRun Code Online (Sandbox Code Playgroud)\n\n自定义菜单对组织模块开放。\n因此“Mxcustomize-variables”末尾的“\'s\”是说明中的拼写错误,或者是我做错了。
\n\n在“自定义”菜单中,我选中“钻取”并单击“应用并保存”按钮。
\n\n退出并重新启动 Emacs。
\n\n打开 spanish.org 文件。
\n\n在 Emacs 中输入“Mx org-drill”,回显区域显示:
\n\nM-x org-drill-table-\nRun Code Online (Sandbox Code Playgroud)\n\n为什么没有“org-drill”?\n我输入:
\n\nM-x customize-variable <RET> org-modules\nRun Code Online (Sandbox Code Playgroud)\n\n“钻”仍然被选中。
\n\n然后我尝试了手动安装说明:
\n\n\n对于手动安装,请将以下内容放入 .emacs 中。您还需要确保 Org\ 的“contrib/lisp”目录位于 emacs …