Nicolas Goaziou writes:
>> I'm setting variables buffer local as a way to make reproducible
>> research documents self-contained. The line that sets org-entities-user
>> nil is the culprit. Without it, I get the output I expect. With it, I
>> get the behavior I described.
>>
>> Here is my try
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Nicolas Goaziou writes:
>
>> I cannot reproduce it. Do you have an ECM? Are you setting
>> `org-entities-user' in a special way (i.e, not globally through `setq'
>> or customize)?
>
> In the process of putting together an ECM (which hopefully doesn
Nick Dokos writes:
>> # Local Variables:
>> # eval: (require 'ox-latex)
>> # eval: (and (fboundp 'org-sbe) (not (fboundp 'sbe)) (fset 'sbe 'org-sbe))
>> # org-entities-user: nil
>> # eval: (sbe "user-entities-local")
>> # End:
>
> It might be an order-of-evaluation problem. What happens if you
t...@tsdye.com (Thomas S. Dye) writes:
> Nicolas Goaziou writes:
>
>> I cannot reproduce it. Do you have an ECM? Are you setting
>> `org-entities-user' in a special way (i.e, not globally through `setq'
>> or customize)?
>
> In the process of putting together an ECM (which hopefully doesn't
> ref
Nicolas Goaziou writes:
> I cannot reproduce it. Do you have an ECM? Are you setting
> `org-entities-user' in a special way (i.e, not globally through `setq'
> or customize)?
In the process of putting together an ECM (which hopefully doesn't
reflect my setup!), I think I found what triggers it.
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Recently, entities in org-entities-user haven't made it through LaTeX
> export when they are in a caption.
>
> This Org mode snippet:
>
> Test \umacron \ocirc \umacron \amacron.
>
> #+caption: Test \umacron \ocirc \umacron \amacron.
>
> Yields t
Aloha all,
Recently, entities in org-entities-user haven't made it through LaTeX
export when they are in a caption.
This Org mode snippet:
Test \umacron \ocirc \umacron \amacron.
#+caption: Test \umacron \ocirc \umacron \amacron.
Yields this output:
Test \={u} \^{o} \={u} \={a}.
\cap