Re: [O] Fwd: Emphasizing multiple lines

2014-06-05 Thread Doyley, Marvin M.
Yup, looks like that's how it works over here, too -- as far as I know it won't automatically display the face when you close emphasis past a newline. It's only cosmetic, though -- export and whatnot will parse it correctly. My guess is there's no easy way around it... Hi Eric, Since this is

[O] Fwd: Emphasizing multiple lines

2014-06-04 Thread Doyley, Marvin M.
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 Hi Eric, This works like a charm. The

Re: [O] Fwd: Emphasizing multiple lines

2014-06-04 Thread Eric Abrahamsen
Doyley, Marvin M. mdoy...@ur.rochester.edu writes: 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.