From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex export and beamer columns Date: Wed, 25 Nov 2009 09:27:47 +0000 Message-ID: <87pr77necs.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> <87iqd09uju.wl%ucecesf@ucl.ac.uk> <8C1EA010-04C9-49C1-9F7F-5F0AB12EF4D0@gmail.com> <87ws1fg5rk.wl%ucecesf@ucl.ac.uk> <5900E2ED-795D-4168-9BFA-B1E590106001@gmail.com> 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 1NDEAH-0007MB-FN for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 04:27:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDEAC-0007J3-Dr for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 04:27:56 -0500 Received: from [199.232.76.173] (port=57283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDEAC-0007J0-8v for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 04:27:52 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:38909) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDEAB-0005GB-T0 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 04:27:52 -0500 In-Reply-To: <5900E2ED-795D-4168-9BFA-B1E590106001@gmail.com> 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 At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: > > Hi Eric, > > tis works just fine for me. > > Here are the values of the two variables: > > org-emphasis-alist is a variable defined in `org.el'. > Its value is > (("*" bold "" "") > ("/" italic "" "") > ("_" underline "" " span>") > ("=" org-code "" "" verbatim) > ("~" org-verbatim "" "" verbatim) > (";" org-verbatim "" "" verbatim) > ("@" org-warning "" "")) > > > org-export-latex-emphasis-alist is a variable defined in `org-latex.el'. > Its value is > (("*" "\\textbf{%s}" nil) > ("/" "\\emph{%s}" nil) > ("_" "\\underline{%s}" nil) > ("+" "\\st{%s}" nil) > ("=" "\\verb" t) > ("~" "\\verb" t) > ("@" "\\alert{%s}" nil)) These are (approximately: without the ";" entry and with bold instead of org-warning for "@" in first list) what I have but it's not working for me (org up to date as of this morning). The @text@ does not show up bold in my emacs window for some reason (and the export still doesn't convert the "@" sign). Can you please suggest how I might debug this? It would seem to be something in my configuration and I can start doing a pruning or divide-and-conquer type of approach but my emacs initialisation is rather complex so if any other approach for debugging is available, that would be good. Thanks, eric