From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rudolf Sykora Subject: Re: meaning for _ (and perhaps ^) temporalily changed Date: Mon, 04 Feb 2019 10:15:28 +0100 Message-ID: <87womf7w3z.fsf@odin.troja.mff.cuni.cz> References: <87va41eko6.fsf@odin.troja.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqaM1-00047g-TR for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 04:15:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqaM1-00011g-31 for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 04:15:49 -0500 Received: from knopi.disroot.org ([178.21.23.139]:40370) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqaM0-0000wz-Ar for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 04:15:49 -0500 In-reply-to: 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: Julius Dittmar Cc: emacs-orgmode@gnu.org Julius Dittmar writes: > Hi Ruda, > > Am 10.12.18 um 11:32 schrieb Rudolf Sykora: >> is there a way to *temporalily* disable the default interpretation >> of _ as a subscript? >> >> I use filenames which include _ , > > how about enclosing those filenames in a pair of = signs to mark the > filename itself as text to be passed through verbatim? > > HTH, > Julius As I said, this works, however, using = has a font-size effect upon (at least) html export. There it adds tags, which, in my case, makes the text smaller than other text. Ruda