Re: [O] Org-entities-user in caption of Latex export

2014-07-25 Thread Thomas S. Dye
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

Re: [O] Org-entities-user in caption of Latex export

2014-07-25 Thread Nicolas Goaziou
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

Re: [O] Org-entities-user in caption of Latex export

2014-07-24 Thread Thomas S. Dye
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

Re: [O] Org-entities-user in caption of Latex export

2014-07-24 Thread Nick Dokos
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

Re: [O] Org-entities-user in caption of Latex export

2014-07-24 Thread Thomas S. Dye
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.

Re: [O] Org-entities-user in caption of Latex export

2014-07-24 Thread Nicolas Goaziou
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

[O] Org-entities-user in caption of Latex export

2014-07-23 Thread Thomas S. Dye
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