emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Suvayu Ali
Subject: Re: [O] [BUG] Export snippet translations are ignored
Date: Fri, 25 Oct 2013 20:36:08 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

Hi Nicolas,

On Fri, Oct 25, 2013 at 07:09:13PM +0200, Nicolas Goaziou wrote:
> Hello,
> 
> Suvayu Ali <address@hidden> 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")
> >            ("l" . "latex")))
> 
> This produces an invalid value for the variable:
> 
>   '((("b" . "beamer") ("l" . "latex")))
> 
> Notice the spurious pair of parens.
> 
> You may use:
> 
>   (add-to-list 'org-export-snippet-translation-alist
>                '("b" . "beamer"))
>   (add-to-list 'org-export-snippet-translation-alist
>                '("l" . "latex"))
> 

Thank you, I must have changed it recently.  Sorry for the noise.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]