From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Subject: Re: Writing the words in different color Date: Sun, 20 Jun 2010 15:12:46 +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=49817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQMCh-0007sy-2p for emacs-orgmode@gnu.org; Sun, 20 Jun 2010 11:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQMCg-0000Wg-6s for emacs-orgmode@gnu.org; Sun, 20 Jun 2010 11:12:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:42478) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQMCg-0000WW-0x for emacs-orgmode@gnu.org; Sun, 20 Jun 2010 11:12:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OQMCd-00061z-PU for emacs-orgmode@gnu.org; Sun, 20 Jun 2010 17:12:56 +0200 Received: from ip68-111-64-190.oc.oc.cox.net ([68.111.64.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Jun 2010 17:12:55 +0200 Received: from sp_us by ip68-111-64-190.oc.oc.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Jun 2010 17:12:55 +0200 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 This works for HTML output. The style information can be externalized to css style files by assigning class identifiers to various text elements. The relevant sections in the manual are: 12.5.2 Quoting HTML tags and 12.5.7 CSS support * Some Heading - @

Point 1 in blue@

- Some text in @red@ - Bolded text in @green@ * Another Point #+HTML:
Now a whole paragraph can be another color. #+HTML:
- Srinivas