> 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
"Doyley, Marvin M." 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.
>>
>
>> 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 l