Re: [O] Beamer export ignoring org-beamer-environments-extra?

2013-04-20 Thread James Harkins
On Sat, Apr 20, 2013 at 12:25 PM, James Harkins jamshar...@gmail.com wrote: The problem may be a general one concerning org-beamer-environments-extra. Any portion of the document containing Chinese characters should be enclosed within a CJK environment. Reading ox-beamer.el, I see that I can

Re: [O] Beamer export ignoring org-beamer-environments-extra?

2013-04-20 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: The Beamer exporter assumes that environment names will be all lowercase: ;; Use specified environment. (t (downcase env) It should now be fixed. Thank you for the detailed report. Regards, -- Nicolas Goaziou

Re: [O] Beamer export ignoring org-beamer-environments-extra?

2013-04-20 Thread James Harkins
On Apr 20, 2013 2:34 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: James Harkins jamshar...@gmail.com writes: The Beamer exporter assumes that environment names will be all lowercase: ;; Use specified environment. (t (downcase env) It should now be fixed. Thank you for the