From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: superscript without base Date: Thu, 19 Mar 2015 13:46:05 +0000 Message-ID: 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]:57381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYaza-00062M-Ek for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYazV-0005Vh-2T for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:00:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:37360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYazU-0005UO-SL for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 10:00:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YYakv-0008Fd-0d for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 14:45:01 +0100 Received: from 193.63.222.165 ([193.63.222.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 14:45:00 +0100 Received: from andreas.leha by 193.63.222.165 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 14:45:00 +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 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 can also use a > macro like {{{script(^whatever)}}} that expands to your liking. > I am not sure what you are suggesting here. Best, Andreas