From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Underline ONLY the first character of a word? Date: Fri, 26 Aug 2011 11:29:09 +0530 Message-ID: <81ty94sogi.fsf@gmail.com> References: <1314217012.11609.YahooMailNeo@web161910.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwpSe-0002x7-2S for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 02:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwpSc-0000MP-TO for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 02:00:12 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:43711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwpSc-0000MF-Lx for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 02:00:10 -0400 Received: by gxk23 with SMTP id 23so2676401gxk.0 for ; Thu, 25 Aug 2011 23:00:09 -0700 (PDT) In-Reply-To: <1314217012.11609.YahooMailNeo@web161910.mail.bf1.yahoo.com> (Michael Hannon's message of "Wed, 24 Aug 2011 13:16:52 -0700 (PDT)") 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: Org-Mode List See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45991.html Just, creating a backlink to the other thread. John Hendy created the forward link. > Greetings. I've "inherited" an HTML document that uses the > construct: > > event > > for instance, to underline the initial 'e' in the word. The context > is > something like: > > e event > > to show that the choice of option 'e' corresponds to choosing an > "event". > > In preparation for a revision of the document, I'm trying to create a > *.org > file that will duplicate as much of the original style of the HTML > document as > possible (i.e., when exported to HTML). > > I haven't been able to find a way to underline just the first > character of a > word. For instance, > > _e_vent > > doesn't produce what I want. I tried: > > _e_ vent > > and that underlined the 'e' but, of course, left an unwanted space. > > Is there some way to do this? A better way? > > Thanks, > > -- Mike > > > --