emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Niels Giesen <niels.giesen@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Michael Hannon <jm_hannon@yahoo.com>,
	nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Underline ONLY the first character of a word?
Date: Sun, 28 Aug 2011 11:41:34 +0200	[thread overview]
Message-ID: <CACDo9LfE_DZ6mXHrLQW_r8Trxuqo2ijaqn_u0WC_tOfpmbDH1Q@mail.gmail.com> (raw)
In-Reply-To: <45432EFB-7253-4EF6-A681-3E7F4D3C0A3F@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

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


-- 
http://pft.github.com

[-- Attachment #2: Type: text/html, Size: 2025 bytes --]

  reply	other threads:[~2011-08-28  9:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 20:16 Underline ONLY the first character of a word? Michael Hannon
2011-08-24 21:51 ` suvayu ali
2011-08-24 22:44   ` Michael Hannon
2011-08-24 22:50     ` John Hendy
2011-08-25 21:30     ` Michael Hannon
2011-08-24 23:28 ` Nick Dokos
2011-08-24 23:34   ` Nick Dokos
2011-08-26  8:35     ` Carsten Dominik
2011-08-28  9:41       ` Niels Giesen [this message]
2011-08-29  3:48       ` Michael Hannon
2011-08-25  0:26   ` Nick Dokos
2011-08-26  5:59 ` Jambunathan K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACDo9LfE_DZ6mXHrLQW_r8Trxuqo2ijaqn_u0WC_tOfpmbDH1Q@mail.gmail.com \
    --to=niels.giesen@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jm_hannon@yahoo.com \
    --cc=nicholas.dokos@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).