msnoigrs / ox-rst

reStructuredText Back-End for Org-Mode Export Engine
116 stars 18 forks source link

Wrong type argument: sequencep, :input-buffer #9

Closed yitang closed 9 years ago

yitang commented 9 years ago

Hi,

When I try to use ox-rst to convert a org file to rst format, it throw this error:

Wrong type argument: sequencep, :input-buffer

A minimal example is

* Headline 
A sentence 

If the org file has a table, I will get this error:

org-at-table.el-p: Symbol's function definition is void: org-table-begin

I am using org-mode 8.3beta, and ox-rst is installed from melpa.

msnoigrs commented 9 years ago

Hi. Thank you for letting me know. Please try recent commits.

yitang commented 9 years ago

Hi, The recent commits solve the problem, thanks for your quick fix.