From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Applying style to a paragraph for HTML export Date: Thu, 05 May 2011 18:21:16 +0530 Message-ID: <81zkn1z4xn.fsf@gmail.com> References: <81r58djqsm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHy1h-0006Xs-KI for emacs-orgmode@gnu.org; Thu, 05 May 2011 08:51:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHy1g-0007Ks-Ce for emacs-orgmode@gnu.org; Thu, 05 May 2011 08:51:29 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:56957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHy1g-0007Km-23 for emacs-orgmode@gnu.org; Thu, 05 May 2011 08:51:28 -0400 Received: by pzk4 with SMTP id 4so1358580pzk.0 for ; Thu, 05 May 2011 05:51:26 -0700 (PDT) In-Reply-To: (Robert Pluim's message of "Thu, 05 May 2011 14:33:05 +0200") 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: emacs-orgmode@gnu.org Robert Pluim writes: > Jambunathan K writes: > >> Robert Pluim writes: >> >>> (I thought this would be a FAQ, but I can't find anything similar) >>> >>> Hi, >>> >>> I'm exporting from org to html, which is working well. Since my final >>> target is MSWord, I'd like to add style information to various >>> paragraphs, ie bold, underline etc. I can see how to do eg *bold* for >>> individual words, but how do I apply that kind of formatting to a span >>> of text? >> >> I recommend using the odt exporter and then use LibreOffice to convert >> the resulting file to MSWord. >> >> http://orgmode.org/worg/org-faq.html#convert-to-open-office > > Whilst that would work, it's inherently a 2-step process, versus 1 for > the html route, plus it requires installing yet-another-application. In > any case, the example file for the odt-converter has corrected my > misunderstanding: *bold* works even for multiple words (although it > appears the various style markers don't nest: */bold-italic/* give me > the same as *bold*). If you are using the odt exporter and if you don't use strikethrough (let's say) you can repurpose OrgStrike style to render bold italic style using the Stylist. > > Thanks > > Robert > > > --