Nicolas Goaziou writes:
> Eric Schulte writes:
>
>> Oh, this must be a bug in the old exporter which I grew to depend upon.
>> FWIW I always set ^:nil to t, so that I can use underscores w/o
>> exporting subscript words. Previously even with ^:nil, superscripts
>> using curly braces would be ex
Eric Schulte writes:
> Oh, this must be a bug in the old exporter which I grew to depend upon.
> FWIW I always set ^:nil to t, so that I can use underscores w/o
> exporting subscript words. Previously even with ^:nil, superscripts
> using curly braces would be exported as superscripts. I guess
>> Finally, I ran into a third and even more minor problem. Illustrated by
>> the following example.
>>
>> #+TITLE: Example Presentation
>> #+Options: ^:nil toc:nil
>>
>> * Breeders Equation
>> \begin{equation*}
>> R = h^{2}S
>> \end{equation*}
>>
>> - R :: response
>> - h^{2} :: heritability
>>
Eric Schulte writes:
> Additionally, I ran into another nil vs. empty string problem, which was
> fixed by the second patch attached.
I had overlooked this one. I applied it. Thank you.
Regards,
--
Nicolas Goaziou
Eric Schulte writes:
> Thanks, with this variable set to an empty string I am making it further
> in the export process. I would suggest that either the initial value of
> this variable be set to an empty string, or a nil value should be
> handled gracefully.
The default value for this variable
Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> When I attempt to export a .org file to Beamer (with "C-c C-e l b" after
>> requiring ox-beamer) I get the following error [1]. From the info page
>> (info "(org)Beamer export") it looks like I shouldn't have to do any
>> special bu
Hello,
Eric Schulte writes:
> When I attempt to export a .org file to Beamer (with "C-c C-e l b" after
> requiring ox-beamer) I get the following error [1]. From the info page
> (info "(org)Beamer export") it looks like I shouldn't have to do any
> special buffer preparation.
>
> What am I doin
When I attempt to export a .org file to Beamer (with "C-c C-e l b" after
requiring ox-beamer) I get the following error [1]. From the info page
(info "(org)Beamer export") it looks like I shouldn't have to do any
special buffer preparation.
What am I doing wrong?
Thanks,
Footnotes:
[1]
Debug