* Emphasizing multiple lines
@ 2014-06-04 21:06 Marvin Doyley
2014-06-05 1:18 ` Eric Abrahamsen
0 siblings, 1 reply; 2+ messages in thread
From: Marvin Doyley @ 2014-06-04 21:06 UTC (permalink / raw)
To: emacs-orgmode
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.
Thanks
M
*Donec ut nulla nibh. Pellentesque interdum eros ut felis volutpat, vel lacinia tortor ullamcorper. Curabitur fermentum mi a neque gravida, eget placerat nibh sagittis. Aliquam erat volutpat. In sed cursus nunc.* Integer consectetur tellus dui, a +varius odio ornare at. Donec eget sapien neque. Integer vel turpis eget dolor accumsan luctus.+ Vestibulum at erat consequat, consequat purus eget, adipiscing neque.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Emphasizing multiple lines
2014-06-04 21:06 Emphasizing multiple lines Marvin Doyley
@ 2014-06-05 1:18 ` Eric Abrahamsen
0 siblings, 0 replies; 2+ messages in thread
From: Eric Abrahamsen @ 2014-06-05 1:18 UTC (permalink / raw)
To: emacs-orgmode
Marvin Doyley <marvinpas@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-05 1:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 21:06 Emphasizing multiple lines Marvin Doyley
2014-06-05 1:18 ` Eric Abrahamsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.