emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Writing the words in different color


From: Juri Artamonov
Subject: Re: [Orgmode] Re: Writing the words in different color
Date: Mon, 21 Jun 2010 17:15:38 +0300

Thanks Srnivas,
 
there is layout mode when headers fater using * mark shown in blue color. Also you know that it's possible to specify the link and they color aslo will be changed. My point here is almost the same and questions about having simple words in different colors. Perhaps using some predefined characters like {color} or something.
 
Please advice,
                           Juri.

On Sun, Jun 20, 2010 at 6:12 PM, Srinivas <address@hidden> wrote:
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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

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