From: Charles Cave <charles_cave@optusnet.com.au>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Specifying style sheets for HTML Export. ... error in documentation
Date: Sat, 09 Dec 2006 11:16:10 +1100 [thread overview]
Message-ID: <457A004A.8040306@optusnet.com.au> (raw)
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
next reply other threads:[~2006-12-09 0:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-09 0:16 Charles Cave [this message]
2006-12-12 7:19 ` Specifying style sheets for HTML Export. ... error in documentation Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457A004A.8040306@optusnet.com.au \
--to=charles_cave@optusnet.com.au \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).