emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error with Org Export


From: Nick Dokos
Subject: Re: [O] Error with Org Export
Date: Fri, 06 Mar 2015 14:19:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Chris Drane <address@hidden> writes:

> I'm trying to export to HTML a file with this snippet of text:
>
> <<
> call_function 0; store 1 (a)
>>>
>
> Doing so gives me the error: Variable "store" must be assigned a default value
>
> This goes away if I remove the underscore. I've tried using #+OPTIONS: ^:{} 
> to address this, but it doesn't have any effect, nor does #+OPTIONS: ^:nil
>
> Org is version 8.2.10. Emacs is 25.0.50.1.
>
> What seems to be the matter here and how can I fix it?

I guess it thinks it's an inline babel call.

If it's just text, you can use an entity:

call\under{}function 0; store 1 (a)

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]