emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Writing the words in different color


From: Srinivas
Subject: [Orgmode] Re: Writing the words in different color
Date: Sun, 20 Jun 2010 15:12:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.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

  - @<p style="color:blue;">Point 1 in blue@</p>
  - Some text in @<span style="color:red;">red@</span>
  - Bolded text in @<b style="color:green; 
text-decoration:underline;">green@</b>

* Another Point

#+HTML: <div style="color:red; border:1px solid black; padding: 3px; 
background: 
lightyellow;">
    Now a whole paragraph can be another color.
#+HTML: </div>


- Srinivas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]