From mboxrd@z Thu Jan 1 00:00:00 1970 From: Madhu Rao Subject: Re: HTML export of latex typesetting.. Date: Sun, 21 Nov 2010 18:36:27 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57334 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKEmK-0005Js-An for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 13:36:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKEmI-0003g2-UE for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 13:36:44 -0500 Received: from lo.gmane.org ([80.91.229.12]:44104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKEmI-0003fw-Oi for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 13:36:42 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PKEmH-0005mN-0T for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 19:36:41 +0100 Received: from 59.97.1.20 ([59.97.1.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2010 19:36:41 +0100 Received: from bgm-rao by 59.97.1.20 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2010 19:36:41 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ahmed Fasih osu.edu> writes: > > > I have a few latex fragments - textbf{some text} in an org-mode file. > > When I export to HTML, I see them as \textbf{some text}. Is there a way to > > get them bold faced in the HTML export? > > I use the org mode markup, *some text* which gets exported correctly > to both Latex and HTML. Hope this helps. Thanks Ahmed. Actually, I need to do the following: bold-face only a letter of a word. Ex: \textbf{E}macs. orgmode markup does not work for this: *E*macs.