emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Org 8.0 -- Export postamble


From: Chao Lu
Subject: [O] Org 8.0 -- Export postamble
Date: Sat, 22 Jun 2013 18:05:37 -0400

Dear list,

I'm trying to play with ox-html settings, for the :html-postamble I got a working one which is:

(defvar lch-ox-html-postamble "<div id='hosted'><table><tr><td><a href="" href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/'><img src="" alt='Emacs' title ='Powered by GNU/Emacs' style='width:30px;'/></a></td> <td><a href="" href="http://orgmode.org/">http://orgmode.org/'><img src="" alt='Org' title='Powered by Emacs Org-mode'  style='width:30px;'/></a></td><td><a href="" href="http://www.princeton.edu">http://www.princeton.edu'><img src="" alt='Princeton' title='Hosted by Princeton'  style='width:30px;'/></a></td></tr></table></div>")

then put 

("public-notes"
         ;; :author nil
:base-directory ,org-source-dir
:base-extension "org"
:recursive t
:publishing-function org-html-publish-to-html
         :publishing-directory ,pub-html-dir
         :headline-levels 4
:section-numbers nil
         :footnotes t
         :language "utf-8"
:auto-sitemap t
:sitemap-filename "Sitemap.org"
:sitemap-title "LooChao's Homepage"
:auto-preamble t
:auto-postamble t
         :html-head ,lch-ox-html-head
         :html-postamble ,lch-ox-html-postamble
         :style-include-default nil
  )

But the problem is this will override the default postabmle, how to keep both? Please see the attached picture for a better description.

Thanks!

Chao


Attachment: org-postamble.png
Description: PNG image


reply via email to

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