From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niels Giesen Subject: Re: Underline ONLY the first character of a word? Date: Sun, 28 Aug 2011 11:41:34 +0200 Message-ID: References: <1314217012.11609.YahooMailNeo@web161910.mail.bf1.yahoo.com> <7670.1314228499@alphaville.americas.hpqcorp.net> <7727.1314228892@alphaville.americas.hpqcorp.net> <45432EFB-7253-4EF6-A681-3E7F4D3C0A3F@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3040e4ce850a5404ab8d956c Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qxbrz-000810-Rj for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:41:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qxbry-0001w3-Rj for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:41:35 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:57030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qxbry-0001vt-PF for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:41:34 -0400 Received: by yib2 with SMTP id 2so2915169yib.0 for ; Sun, 28 Aug 2011 02:41:34 -0700 (PDT) In-Reply-To: <45432EFB-7253-4EF6-A681-3E7F4D3C0A3F@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Michael Hannon , nicholas.dokos@hp.com, emacs-orgmode@gnu.org --20cf3040e4ce850a5404ab8d956c Content-Type: text/plain; charset=UTF-8 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 --20cf3040e4ce850a5404ab8d956c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable What about using something well-structured like a table or a (definition) l= ist and CSS :first-letter pseudoselector and text-decoration: underline?
e.g.

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

<= /div>
for a two-column table.

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

I don't think the following trick has come up yet. =C2=A0If 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> =C2=A0<u>a</u>ctionable<br/> > <b>b</b> =C2=A0<u>b</u>ibulous<br/>
> <b>c</b> =C2=A0<u>c</u>alifragilistic<br/&g= t;
> #+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
--20cf3040e4ce850a5404ab8d956c--