From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [BUG] Export snippet translations are ignored Date: Fri, 25 Oct 2013 20:36:08 +0200 Message-ID: <20131025183608.GA2160@kuru.dyndns-at-home.com> References: <20131025113651.GA2733@kuru.dyndns-at-home.com> <87iowls2fa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZmFE-0002TS-GL for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 14:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZmF4-0004bz-24 for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 14:36:24 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:54750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZmF3-0004bt-R2 for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 14:36:13 -0400 Received: by mail-wi0-f171.google.com with SMTP id h11so1508127wiv.16 for ; Fri, 25 Oct 2013 11:36:12 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87iowls2fa.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Emacs Org mode 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. 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.