From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Underline ONLY the first character of a word? Date: Wed, 24 Aug 2011 19:34:52 -0400 Message-ID: <7727.1314228892@alphaville.americas.hpqcorp.net> References: <1314217012.11609.YahooMailNeo@web161910.mail.bf1.yahoo.com> <7670.1314228499@alphaville.americas.hpqcorp.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwMyF-0008Gy-GH for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 19:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwMyE-0007oi-O0 for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 19:34:55 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:19986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwMyE-0007oX-KE for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 19:34:54 -0400 In-Reply-To: Message from Nick Dokos of "Wed, 24 Aug 2011 19:28:19 EDT." <7670.1314228499@alphaville.americas.hpqcorp.net> 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: Michael Hannon Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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