From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-use-sub-superscripts not used in HTML export Date: Tue, 31 Jan 2017 22:55:54 +0100 Message-ID: <87efzinbbp.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYgPA-0007hC-0l for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 16:56:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYgP7-0002ku-0C for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 16:56:00 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38383) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYgP6-0002ki-P2 for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 16:55:56 -0500 In-Reply-To: (Roland Everaert's message of "Tue, 31 Jan 2017 15:20:34 +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" To: Roland Everaert Cc: emacs-orgmode Hello, Roland Everaert writes: > During HTML export, whatever is the value of org-use-sub-superscripts, the > undescore in the middle of a word is alway interpreted as subscript. > > Example: > > _F_irst _L_evel > > In this case, if org-use-sub-superscripts has the value {} or nil, I would > expect to see the first letter of both words to be underlined. However, > the rest of each word is displayed as a subscript and the leading _ > character is displayed. > > Is this variable for latex only? Org does not support mid-word emphasis. So you cannot underline a part of a word with usual emphasis markers. Also, the variable used to control export of sub/superscripts is `org-export-with-sub-superscripts'. Regards, -- Nicolas Goaziou