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 wrote: > Hi, > > I don't think the following trick has come up yet. If you are > only exporting to HTML, you can do: > > @e@vent > > HTH > > - Carsten > > On 25.8.2011, at 01:34, Nick Dokos wrote: > > > Nick Dokos 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 > > a actionable
> > b bibulous
> > c califragilistic
> > #+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