What about using something well-structured like a table or a (definition)
list and CSS :first-letter pseudoselector and text-decoration: underline?

e.g.

td:first-child {
  font-weight:bold;
}
td~td:first-letter {
  text-decoration:underline;
}

for a two-column table.

On Fri, Aug 26, 2011 at 10:35 AM, Carsten Dominik <carsten.domi...@gmail.com
> wrote:

> 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.do...@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
> >
>
>
>


-- 
http://pft.github.com

Reply via email to