David Maus <dm...@ictsoc.de> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to