From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Underline ONLY the first character of a word? Date: Fri, 26 Aug 2011 10:35:07 +0200 Message-ID: <45432EFB-7253-4EF6-A681-3E7F4D3C0A3F@gmail.com> References: <1314217012.11609.YahooMailNeo@web161910.mail.bf1.yahoo.com> <7670.1314228499@alphaville.americas.hpqcorp.net> <7727.1314228892@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwrse-0005m5-9G for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 04:35:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwrsd-0000MO-3y for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 04:35:12 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:55240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwrsc-0000M6-Vt for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 04:35:11 -0400 Received: by wwj26 with SMTP id 26so289906wwj.0 for ; Fri, 26 Aug 2011 01:35:09 -0700 (PDT) In-Reply-To: <7727.1314228892@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: nicholas.dokos@hp.com Cc: Michael Hannon , emacs-orgmode@gnu.org 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 >