我使用本手册设置了 org-protocol: http: //orgmode.org/worg/org-contrib/org-protocol.html 但是使用(require 'org-protocol)变量 org-capture 返回此错误:
org-capture-select-template: Symbol's function definition is void: org-contextualize-keys
也可以通过在 shell 中键入以下内容
emacsclient org-protocol://capture://http:%2F%2Flocalhost%2Findex.html/The%20title
发生同样的错误。store-link 协议虽然有效。如何让 emacs 理解 org-capture?我在 ubuntu 13.04 上使用 emacs 24.2。