From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Formatting Text in Org-mode Date: Wed, 12 Dec 2012 15:37:54 +0100 Message-ID: <87lid3nxod.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TinRm-0005Wc-Rv for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 09:38:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TinRd-0000ag-5m for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 09:38:06 -0500 Received: from mail-wi0-f173.google.com ([209.85.212.173]:64208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TinRc-0000aa-Vd for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 09:37:57 -0500 Received: by mail-wi0-f173.google.com with SMTP id hn17so2714355wib.12 for ; Wed, 12 Dec 2012 06:37:56 -0800 (PST) In-Reply-To: (Rodolfo Aramayo's message of "Tue, 11 Dec 2012 03:23:43 -0600") 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: Rodolfo Aramayo Cc: emacs-orgmode@gnu.org Hi Rodolfo, Rodolfo Aramayo writes: > In org-mode, writing: /matA^HMG/ would be incorrect because the > superscript 'HMG' should NOT be italics The new exporter handles this correctly. If you installed Org from http://orgmode.org/org-7.9.2.tar.gz add the contrib/ directory to your load-path then (require 'org-export) (require 'org-e-latex) and M-x org-e-latex-export-to-latex in the Org buffer. Otherwise wait for Org 8.0 to be released. HTH, -- Bastien