From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex export and beamer columns Date: Tue, 24 Nov 2009 08:49:25 +0000 Message-ID: <87iqd09uju.wl%ucecesf@ucl.ac.uk> References: <876394m49f.wl%ucecesf@ucl.ac.uk> <3CB39269-FB18-4155-AF32-00F6B46F8061@gmail.com> <878wdylpw5.wl%ucecesf@ucl.ac.uk> <876392lhfh.wl%ucecesf@ucl.ac.uk> <87hbsklwfa.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCr5a-0003dS-UQ for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:49:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCr5W-0003bE-Cr for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:49:34 -0500 Received: from [199.232.76.173] (port=49570 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCr5W-0003bB-61 for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:49:30 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:55621) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCr5V-0008A5-Ku for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:49:29 -0500 In-Reply-To: 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: Carsten Dominik Cc: org-mode mailing list Carsten, I've thought of one more thing that would be useful in an org to beamer exporter: beamer has the \alert{} command for highlighting text in a slide. It would be nice to have one or other of the *text* or /text/ constructs in org translate to \alert{text}. I can, of course, type \alert{text} directly in the org file but this is less appealing. I thought of redefining textbf to be alert but this screws up the rest of beamer (e.g. it uses \textbf for slide headings depending on the style used). eric