emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org export html with header and footer option


From: Xin Shi
Subject: [Orgmode] org export html with header and footer option
Date: 20 Feb 2008 21:31:07 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

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




reply via email to

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