From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seb Frank Subject: Re: *text* in headlines and export to latex Date: Thu, 15 May 2014 23:34:35 +0100 Message-ID: References: <87fvkcjk9o.fsf@ucl.ac.uk> <868uq3tdlm.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl4Ea-0001Fx-SR for emacs-orgmode@gnu.org; Thu, 15 May 2014 18:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wl4EW-00076I-He for emacs-orgmode@gnu.org; Thu, 15 May 2014 18:34:40 -0400 Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:47079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl4EW-00076D-CQ for emacs-orgmode@gnu.org; Thu, 15 May 2014 18:34:36 -0400 Received: by mail-ie0-f179.google.com with SMTP id rd18so1732797iec.10 for ; Thu, 15 May 2014 15:34:35 -0700 (PDT) In-Reply-To: <868uq3tdlm.fsf@somewhere.org> 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@gnu.org" Is this customizable at all? I've seen some old threads where people used @ for alert (and a hack to replace it with something else if the \alert command didn't exist, see http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00614.html and http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00754.html ), but the solutions mentioned there don't seem to work with the current version of org. On 5/15/14, Sebastien Vauban wrote: > Seb Frank wrote: >> On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga wrote: >>> On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote: >>>> Latex export converts *text* to \textbf -- this doesn't work well >>>> for headlines that get turned into section titles as these appear to >>>> be bold by default. Is there a way to change this to \emph in >>>> headlines that get converted to (sub)sections? >>> >>> Silly question but: can you not simply use /text/ instead in the >>> headlines? Mind you, I think that bold + emph is not pretty... but >>> that's a personal taste issue! >> >> Yes -- but that changes it to emph (instead of alert) in beamer export. > > As a side note, as both \alert and \textbf do exist in Beamer, I do > think *text* should never be translated to \alert. > > That's because of that different translation between the two backends > that you see that problem only in one backend. > > Best regards, > Seb > > -- > Sebastien Vauban > > >