From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: @@beamer:some code@@ in math mode Date: Thu, 03 Sep 2015 17:06:40 -0500 Message-ID: <87y4gni2dr.fsf@uaeh.edu.mx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXcek-0000tC-GD for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 18:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXceg-00064u-G8 for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 18:06:54 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:36592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXceg-00064n-B9 for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 18:06:50 -0400 Received: by obqa2 with SMTP id a2so2835725obq.3 for ; Thu, 03 Sep 2015 15:06:49 -0700 (PDT) Received: from dell ([200.57.62.40]) by smtp.gmail.com with ESMTPSA id w135sm165439oie.25.2015.09.03.15.06.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Sep 2015 15:06:48 -0700 (PDT) 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-orgmode list Apparently the shortcut @@beamer:some code@@ does not work in math mode. This: ---------- This is a test @@beamer:some code@@ to check \(x=@@beamer:y@@\) ---------- exports (in beamer export) to: ---------- This is a test some code to check \(x=@@beamer:y@@\) ---------- Could it be made to work in math mode too? I want to apply this solution: http://tex.stackexchange.com/a/60692/250 to one presentation. Regards, Rafael