From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: preventing strikethrough, italics and underline fontification Date: Mon, 20 Dec 2010 09:13:00 -0500 Message-ID: <87k4j4sfbn.fsf@fastmail.fm> References: <877hf5ral8.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46528 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUgUA-00078f-03 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:13:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUgU5-0007q5-2D for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:13:09 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:41092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUgU4-0007pb-Vj for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:13:05 -0500 In-Reply-To: <877hf5ral8.wl%dmaus@ictsoc.de> (David Maus's message of "Sun, 19 Dec 2010 17:28:19 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: emacs-orgmode@gnu.org, Eric Holbrook David Maus writes: > At Wed, 8 Dec 2010 09:03:04 -0600, > Eric Holbrook wrote: >> >> Is there a way to inhibit fontification of this kind of thing? It'd be nice >> if i could do it on a per-line or per-region basis. Maybe in response to a >> tag in the headline? Maybe in response to a property? > > No, not that I am aware of. You might wrap the things in code markers > like: > > =_token_to_get_inserted_in_something_= > > This prevents the highlighting in the buffer and also protects these > when exporting the file. Another option is to wrap the region in an example or source block: --8<---------------cut here---------------start------------->8--- #+begin_example: _some_funky_underlined_text #+end_example --8<---------------cut here---------------end--------------->8--- If you want to tweak such fontification globally, you can use the variable org-emphasis-alist. Best, Matt