emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error with Org Export
@ 2015-03-06 18:15 Chris Drane
  2015-03-06 19:19 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Drane @ 2015-03-06 18:15 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 651 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error with Org Export
  2015-03-06 18:15 Error with Org Export Chris Drane
@ 2015-03-06 19:19 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2015-03-06 19:19 UTC (permalink / raw)
  To: emacs-orgmode

Chris Drane <csdrane@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-06 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06 18:15 Error with Org Export Chris Drane
2015-03-06 19:19 ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).