What about using something well-structured like a table or a (definition) list and CSS :first-letter pseudoselector and text-decoration: underline?
Hi,
I don't think the following trick has come up yet. If you are
only exporting to HTML, you can do:
@<u>e@</u>vent
HTH
- Carsten
On 25.8.2011, at 01:34, Nick Dokos wrote:
> Nick Dokos <nicholas.dokos@hp.com> wrote:
>
>> Not without some code I think.
>>
>
> D'oh - as John Hendy points out, you can do it by hand:
>
> --8<---------------cut here---------------start------------->8---
>
> #+begin_html
> <b>a</b> <u>a</u>ctionable<br/>
> <b>b</b> <u>b</u>ibulous<br/>
> <b>c</b> <u>c</u>alifragilistic<br/>
> #+end_html
> --8<---------------cut here---------------end--------------->8---
>
> It always amazes me how fixated I can get on the wrong approach.
>
> Nick
>