emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Publish HTML Without Title


From: Rasmus
Subject: [O] Publish HTML Without Title
Date: Sat, 26 Nov 2011 02:23:53 +0000
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux)

Hi,

I publish my website with Org. have defined my title in
org-publish-project-alist under the :html-preamble.

However, it seems that recent Orgs have become 'smart' and now I don't
know how to disable the publishing of title and I have the title printed
twice.  As I recall this was not an issue before.

It seems to stem from org-html. el around 1358:

#+begin_src emacs-lisp
        ;; begin wrap around body
        (insert (format "\n<div id=\"%s\">"
                        ;; FIXME org-export-html-content-div is obsolete since 
7.7
                        (or org-export-html-content-div
                            (nth 1 org-export-html-divs)))
                ;; FIXME this should go in the preamble but is here so
                ;; that org-infojs can still find it
                "\n<h1 class=\"title\">" title "</h1>\n"))
#+end_src

Are there any known solutions to this at the moment?

Thanks,
Rasmus

-- 
Sent from my Emacs




reply via email to

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