From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Quoting "_" for html and LaTeX output Date: Fri, 25 Sep 2015 08:36:12 -0400 Message-ID: <56053FBC.8020904@pfdstudio.com> References: <56044F00.4080102@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfSEa-0007kx-Al for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 08:36:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfSEU-0000dO-Ot for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 08:36:16 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfSEU-0000dB-LR for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 08:36:10 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 1E30E2030C for ; Fri, 25 Sep 2015 08:36:10 -0400 (EDT) In-Reply-To: <56044F00.4080102@pfdstudio.com> 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: Org-mode Thanks, Nicolas and Nick. The option solves it perfectly. Cheers, -pd On 9/24/15 3:29 PM, Peter Davis wrote: > A lot of the information I track in org-mode includes filepaths and > names and other strings containing underscore ("_") characters. I'd > like to be able to quote these for HTML and LaTeX output, so I don't > wind up with unwanted subscripts. > > On the other hand, I want the data to be pretty readable within the > org buffer, so using \under{} pretty much fails that. > > Is there another, more concise way to do this, possible for large > stretches of text at a time? I don't want to use an example block, as > I still want to format the text and avoid the mono-spaced font. > > I understand that "\_" used to work, but doesn't on more recent > versions. Any chance of getting that back? > > Thanks! > -pd >