From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: [BUG] Export snippet translations are ignored Date: Fri, 25 Oct 2013 13:36:51 +0200 Message-ID: <20131025113651.GA2733@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZfhK-0004Cc-Ic for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 07:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZfhJ-00068W-Io for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 07:36:58 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:47051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZfhJ-00068P-Cr for emacs-orgmode@gnu.org; Fri, 25 Oct 2013 07:36:57 -0400 Received: by mail-ea0-f179.google.com with SMTP id b10so537870eae.38 for ; Fri, 25 Oct 2013 04:36:55 -0700 (PDT) Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:f2de:f1ff:fe37:c76c]) by mx.google.com with ESMTPSA id a6sm16821579eei.10.2013.10.25.04.36.53 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Fri, 25 Oct 2013 04:36:54 -0700 (PDT) Content-Disposition: inline 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: Emacs Org mode 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. Try exporting to beamer the following line: "Shown in @@b:{\color{myblue}blue}@@." I get: "Shown in ." Replacing @@b: with @@beamer: works. Thanks, -- Suvayu Open source is the future. It sets us free.