emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [bug] small problem with <p> tags in HTML export with H:1 opti


From: Erik Iverson
Subject: [Orgmode] [bug] small problem with <p> tags in HTML export with H:1 option set
Date: Tue, 14 Sep 2010 19:32:44 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100826 Thunderbird/3.0.7

See the following .org file for an explanation, I think it's a
small bug...

======================================================================

#+TITLE: HTML Export with #+OPTIONS: H:1 set
#+STYLE: <style type = "text/css"> p {color: red; font-family:sans-serif;} 
</style>
#+OPTIONS: h:1 toc:nil
* Here is a headline, no space between it and subsequent text
This text is red.

New paragraph, also red.
** A second-level headline, no space between headline and subsequent
Oops? This line not in any HTML tag, not red.

But this is red.


** A second-level headline, one space between headline and subsequent text

Now it's red.

And so is this.




reply via email to

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