From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Export of superscripts in LaTeX (e.g. ^1) Date: Fri, 29 Mar 2013 17:27:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULhlz-0007DU-Qn for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 18:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULhly-0004Mh-Sd for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 18:27:47 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:45878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULhly-0004ME-L7 for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 18:27:46 -0400 Received: by mail-la0-f49.google.com with SMTP id fs13so804456lab.22 for ; Fri, 29 Mar 2013 15:27:44 -0700 (PDT) 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 Sometimes I'll insert a note in LaTeX to /sort of/ treat it like a footnote, but in a table. Then I'll just put the notes in an itemized list under the table like this: #+begin_src org | something^{1} | *Notes* - ^1 this is a note about something #+end_src I'm copying/pasting from a previous Org document, so I know this used to work. Now, instead of a superscripted 1, it exports as 1 with a "hat" (accented one with tiny caret above the 1). I noticed the same for the ~ symbol. That used to just be an ugly looking tilde. Now it's an accent. There's surely variables to customize, but I wanted to report in case we want this as the Org-mode default. Thanks, John