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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode