Marvin Doyley <marvin...@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