From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org-use-sub-superscripts not working [8.2.3b (8.2.3b-elpa @ c:/Users/xxx/.emacs.d/elpa/org-20131112/)] Date: Fri, 15 Nov 2013 10:10:00 +0100 Message-ID: <8738myuj2v.fsf@bzg.ath.cx> References: <871u2iznog.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhFPo-0005JB-PO for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 04:10:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhFPg-0000bz-DJ for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 04:10:12 -0500 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:41406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhFPg-0000Xn-7n for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 04:10:04 -0500 Received: by mail-wg0-f49.google.com with SMTP id x13so3180771wgg.28 for ; Fri, 15 Nov 2013 01:10:03 -0800 (PST) In-Reply-To: <871u2iznog.fsf@alphaville.bos.redhat.com> (Nick Dokos's message of "Thu, 14 Nov 2013 16:19:27 -0500") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hi, Nick Dokos writes: > Maybe org-use-sub-superscripts is a remnant that should be deleted: not > sure why it is still around. I note that it is defined and used in > org.el, whereas org-export-with-sub-superscripts is defined and used in > ox.el. AFAIU both have different meaning: `org-use-sub-superscripts' is for controlling the display, while `org-export-with-sub-superscripts' is for controlling the export. I clarified the docstrings a bit. -- Bastien