Re: [O] [BUG] Export snippet translations are ignored

2013-10-25 Thread Suvayu Ali
Hi Nicolas, On Fri, Oct 25, 2013 at 07:09:13PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > I noticed yesterday that export snippet translations are being ignored. > > I have tested this behaviour in a minimal Emacs instance. > > > > 1. $ emacs -Q -l minimal-org.el > > 2.

Re: [O] [BUG] Export snippet translations are ignored

2013-10-25 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > I noticed yesterday that export snippet translations are being ignored. > I have tested this behaviour in a minimal Emacs instance. > > 1. $ emacs -Q -l minimal-org.el > 2. Eval: >(add-to-list 'org-export-snippet-translation-alist >'(("b" . "beamer") >

[O] [BUG] Export snippet translations are ignored

2013-10-25 Thread Suvayu Ali
Hi, I noticed yesterday that export snippet translations are being ignored. I have tested this behaviour in a minimal Emacs instance. 1. $ emacs -Q -l minimal-org.el 2. Eval: (add-to-list 'org-export-snippet-translation-alist '(("b" . "beamer") ("l" . "latex"))) 3.