Sure, I'll try that. I'm not quite sure how to figure out what argument org-export-dispatch takes. Something like this? (org-reload (org-export-dispatch 'html))


On Sat, Aug 8, 2015 at 3:29 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Hello,

Peter Salazar <cycleofsong@gmail.com> writes:

> I'm getting a strange error whenever I try to export an org file,
> and I'm not sure how to track down the cause. It seemed to start when I
> upgraded to org 8.3.1, but it's hard to tell because this is the first
> time I've exported anything in a week or so.
>
> The error says:
> (wrong-type-argument listp #("Test document" 0 13 (:parent (#1))))
>   org-element-set-contents(#("Test document" 0 13 (:parent (#0))))
>
> I was able to figure out that the error only occurs when I have an org file
> with document data, e.g. a line like:
>
> #+TITLE: Test document
>
> When I remove that line as well as #+AUTHOR etc, then it exports fine. With
> that line it, it won't export to HTML, LaTeX, or text.
>
> Any suggestions on how to figure out what part of my configuration is
> causing the problem? Here's the complete Backtrace:
> https://gist.github.com/fe45c4d42d52f0ce0e42

I cannot reproduce the problem. Could you provide a backtrace using an
uncompiled Org? (i.e., using `org-reload' with an argument).


Regards,

--
Nicolas Goaziou