emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Publish HTML Without Title
@ 2011-11-26  2:23 Rasmus
  2011-11-26  7:40 ` Nick Dokos
  2011-11-27  3:31 ` Nick Dokos
  0 siblings, 2 replies; 8+ messages in thread
From: Rasmus @ 2011-11-26  2:23 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-12  1:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-26  2:23 Publish HTML Without Title Rasmus
2011-11-26  7:40 ` Nick Dokos
2011-11-26 13:40   ` Rasmus Pank Roulund
2011-12-11 16:23     ` Bastien
2011-12-12  1:11       ` Rasmus
2011-11-27  3:31 ` Nick Dokos
2011-11-27 12:06   ` Rasmus Pank Roulund
2011-11-27 23:11     ` Nick Dokos

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).