来自git的org-mode,表的问题

时间:2014-04-28 11:12:30

标签: emacs org-mode tabular

最近我下载了 org-mode 的git版本,以便使用markdown export。它似乎工作,除非我有一张桌子。当我在文件中有一个表时,我总是收到下一条消息:

  

符号的函数定义为void:org-table-begin

当我想使用该表时,我也会收到该消息,例如标签键,以便进行导航或无论如何。

我的配置非常简单:

;; put in the load-path the org-mode directory
(add-to-list 'load-path "~/.emacs.d/elisp/org-mode/lisp")
;; Activating the markdown export mode
(eval-after-load "org"
    '(require 'ox-md nil t)
)
你知道吗?我有最新版本的git repository master。

1 个答案:

答案 0 :(得分:1)

愚蠢回答一个愚蠢的问题。我正在使用组织模式存储库。我git pull来源但我忘记运行make以生成文件。我刚刚做了make,这解决了我的问题。