From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Question on org-beamer markup Date: Wed, 12 Jan 2011 11:40:34 -0600 Message-ID: <4D2DE792.8070502@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38072 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd4gi-0003e4-Cy for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 12:40:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd4ga-00031a-RT for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 12:40:42 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd4ga-00030q-Fy for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 12:40:40 -0500 Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id LAA21649 for ; Wed, 12 Jan 2011 11:40:38 -0600 (CST) Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id LAA02874 for ; Wed, 12 Jan 2011 11:40:35 -0600 (CST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello, According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html the following markup should work when exporting to PDF from an org-beamer document. - the first, very @important@, point! - the previous point shows the use of the special markup which translates to the Beamer specific /alert/ command for highlighting text. However, upon export the resulting .tex file does not actually contain this translation from @important@ to the alert command, but rather sill has @important@ in the output. Am I missing some part of the setup process? I am using the latest org pulled from git. Thanks! --Erik