[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Fwd: Emphasizing multiple lines
From: |
Eric Abrahamsen |
Subject: |
Re: [O] Fwd: Emphasizing multiple lines |
Date: |
Thu, 05 Jun 2014 11:33:47 +0800 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) |
"Doyley, Marvin M." <address@hidden> 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.
>>
>>> E
>>
>> Hi Eric,
>>
>> This works like a charm. The only snag is that I have to refill the
>> paragraph to get it to work.
>> Is there a way around this ?
>>
>> cheers,
>> 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...