emacs - 组织模式 C-c a undefined

标签 emacs org-mode

我正在尝试使用 org 手册和 youtube 上的视频来学习如何使用 org-mode。我正在学习的一件事是打开议程 View 以直观地对待办事项标签和截止日期进行排序。通常,击键 C-c a 调用议程 View ,但由于某种原因, C-c a 未定义。除非我打错了笔画(我知道 C-c a 不是 C-c C-a),我不知道为什么它是未定义的。

作为一种解决方法,我只使用菜单栏 > 组织 > 议程命令按钮。不完全是击键但不方便,因为我正在学习 orgmode。

最佳答案

您应该在 .emacs 文件中添加以下行:

(global-set-key "\C-ca" 'org-agenda)

然后重新加载文件 (M-x load-file) 或 (M-x eval-buffer) 或重新启动 emacs。

关于emacs - 组织模式 C-c a undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44094125/

相关文章:

Emacs ediff 错误 "no newline at end of file"

emacs - 在 babel-execute-subtree 中运行多个 block 而不回答 yes

emacs - 组织模式题词?

javascript - 来自标记的可折叠标题/ Accordion 导出的 html

Emacs Org-Mode TODO 列表缺失项

emacs - 在组织模式下,如何保护星星不被删除?

emacs - 关闭 nrepl 的正确方法是什么?

emacs - emacs evil-mode 中 ex 命令的键映射

emacs - 在 Emacs 中选择一组文件名的缓冲区菜单

emacs - 如何使 describe-function "C-h f"默认不区分大小写