From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: Re: Switch language on heading lines in Latex export (was Re: Re: org-beamer: How to get items appear sequentially rather than all at once) Date: Thu, 25 Mar 2010 21:48:07 +0900 Message-ID: <4BAB5B87.4090308@gmail.com> References: <5268d87d1003242050u48b1a3c6h2b7ee739e59227b3@mail.gmail.com> <4bab42bc.0e67f10a.1185.46e0@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NumTy-0006Qu-SA for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 08:48:18 -0400 Received: from [140.186.70.92] (port=37470 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NumTx-0006Qf-HU for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 08:48:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NumTs-0007XW-SW for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 08:48:17 -0400 Received: from qw-out-1920.google.com ([74.125.92.148]:31550) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NumTs-0007XN-Os for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 08:48:12 -0400 Received: by qw-out-1920.google.com with SMTP id 4so1997078qwk.24 for ; Thu, 25 Mar 2010 05:48:12 -0700 (PDT) In-Reply-To: <4bab42bc.0e67f10a.1185.46e0@mx.google.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: Darlan Cavalcante Moreira Cc: Org Mode Mailing List Darlan, Thank you again. I think I understand the problem now. On 2010-03-25 20:02, Darlan Cavalcante Moreira wrote: > Summarizing, define your macros as Latex macros instead of TeX ones and > they should work. That is, something like \J{XXX}. > Currently, the definition is \newfontfamily{\J}[Scale=0.85]{Osaka} If I say \J{XX} in my documents, org-mode's latex export does the right thing and I get what I need, so does this definition as you call it also define a LaTeX macro? Or is this just pure luck? Still mystified by all this, but very glad that I can say goodbye to WYSWIG presentation software:-) All the best, Christian