emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: preventing strikethrough, italics and underline fontificat


From: Matt Lundin
Subject: [Orgmode] Re: preventing strikethrough, italics and underline fontification
Date: Mon, 20 Dec 2010 09:13:00 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

David Maus <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]