From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: superscript without base Date: Thu, 19 Mar 2015 15:08:10 +0100 Message-ID: <874mph9j1x.fsf@gmx.us> References: <87mw399lls.fsf@gmx.us> <87bnjp9kmc.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYb7i-0004BZ-8v for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:08:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYb7d-0000Ps-Ur for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:08:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:38407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYb7d-0000Pa-O8 for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:08:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YYb7W-0007zP-Eg for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 15:08:22 +0100 Received: from 46.166.186.234 ([46.166.186.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 15:08:22 +0100 Received: from rasmus by 46.166.186.234 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 15:08:22 +0100 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 Andreas Leha writes: > Hi Rasmus, > > Rasmus writes: >> Andreas Leha writes: >> >>> Thanks for the answer. So, there is no easy way out. I think I'll >>> stick to the \nbsp version, then. Although introducing some character >>> that will be removed during export through a filter might be handy in >>> other cases, too. I'll think about it. >> >> Why not make a \zwsp that inserts a zero width space? ^^^^ > Because I did not know about \zwsp. But also, \zwsp is exported > literally to html, as my first quick test shows. _You'd_ have to add it to org-entities-user. >> You can also use a >> macro like {{{script(^whatever)}}} that expands to your liking. > > I am not sure what you are suggesting here. E.g. #+MACRO: sub \nbsp$1 {{{sub(^foo)}}} -- What will be next?