* Specifying style sheets for HTML Export. ... error in documentation
@ 2006-12-09 0:16 Charles Cave
2006-12-12 7:19 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Charles Cave @ 2006-12-09 0:16 UTC (permalink / raw)
To: emacs-orgmode
On the bottom of page 61 of the Org Mode 4.57 manual
there is an example of including a style sheet for
HTML export.
Each of the lines is prefixed with # but I found it
is necessary to remove these for the style sheet to
work. The documentation needs to be corrected!
My style sheet section looks like this:
* COMMENT HTML style specifications
# Local Variables:
# org-export-html-style: " <style type=\"text/css\">
html {
font-family: Verdana, Times, serif;
font-size: 10pt;
margin-left: 20pt;
margin-right: 50pt;
}
pre {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
font-family: courier, monospace;
font-size: 10pt;
margin-left: 45pt;
margin-right: 45pt;
}
p,li {
margin-left: 1.5 cm;
margin-right: 1.5 cm;
}
.author, .date {
font-size: 8pt;
margin-left: 0pt;
}
h1 {color: darkblue;
margin-top: 3.0 cm;
}
</style>"
# End:
Charles
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Specifying style sheets for HTML Export. ... error in documentation
2006-12-09 0:16 Specifying style sheets for HTML Export. ... error in documentation Charles Cave
@ 2006-12-12 7:19 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2006-12-12 7:19 UTC (permalink / raw)
To: Charles Cave; +Cc: emacs-orgmode
This is an issue between Emacs 21 and Emacs 22, and was discussed
on this group before. I'll make a footnote in the documentation.
- Carsten
On Dec 9, 2006, at 1:16, Charles Cave wrote:
> On the bottom of page 61 of the Org Mode 4.57 manual
> there is an example of including a style sheet for
> HTML export.
>
> Each of the lines is prefixed with # but I found it
> is necessary to remove these for the style sheet to
> work. The documentation needs to be corrected!
>
> My style sheet section looks like this:
>
>
> * COMMENT HTML style specifications
>
> # Local Variables:
> # org-export-html-style: " <style type=\"text/css\">
> html {
> font-family: Verdana, Times, serif;
> font-size: 10pt;
> margin-left: 20pt;
> margin-right: 50pt;
> }
> pre {
> border: 1pt solid #AEBDCC;
> background-color: #F3F5F7;
> padding: 5pt;
> font-family: courier, monospace;
> font-size: 10pt;
> margin-left: 45pt;
> margin-right: 45pt;
> }
> p,li {
> margin-left: 1.5 cm;
> margin-right: 1.5 cm;
> }
> .author, .date {
> font-size: 8pt;
> margin-left: 0pt;
> }
> h1 {color: darkblue;
> margin-top: 3.0 cm;
> }
>
> </style>"
> # End:
>
>
>
> Charles
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-12 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-09 0:16 Specifying style sheets for HTML Export. ... error in documentation Charles Cave
2006-12-12 7:19 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.