Hello,
I've been using Emacs Muse and Planner to maintain my project in html format
for about 3 years. Until recently, I started looking into the org mode and
really impressed by it!
Now, when I want to publish org to html, it is possible to add a header and
footer file? Usually the header file contains the style and other format
related settings.
Just for reference, here is the settings in Emacs Muse:
------------------------------------------------------------------------
(muse-derive-style "calendar" "planner-xhtml"
:header "~/work/static/templates/header-calendar.html"
:footer "~/work/static/templates/footer.html")
(setq muse-project-alist
(append muse-project-alist
`(
("cms-calendar"
("~/work/calendar/"
:force-publish ("index")
:default "index")
(:base "calendar"
:path "~/work/cms/calendar/"))
)))
------------------------------------------------------------------------
Thanks!
Xin
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode