emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Emphasizing multiple lines


From: Eric Abrahamsen
Subject: Re: [O] Emphasizing multiple lines
Date: Thu, 05 Jun 2014 09:18:23 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Marvin Doyley <address@hidden> writes:

> Hi there,
>
> I am trying to figure out how to emphasize multiple lines.
>
> Below, I have included some random text to highlight what I would like to do.

Check out the docstring for org-emphasis-regexp-components -- the fifth
element determines how many newlines can be spanned by emphasis markers.
For instance, I've got:

(setf (nth 4 org-emphasis-regexp-components) 3)

Hope that helps.

E




reply via email to

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