From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Publish HTML Without Title Date: Sun, 27 Nov 2011 18:11:17 -0500 Message-ID: <5091.1322435477@alphaville.dokosmarshall.org> References: <87r50vmxja.fsf@gmail.com> <11911.1322364686@alphaville.dokosmarshall.org> <87r50twz0y.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUnsX-0005Bq-V1 for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 18:11:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUnsW-0001P8-PF for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 18:11:21 -0500 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:37002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUnsW-0001P0-Le for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 18:11:20 -0500 In-Reply-To: Message from Rasmus Pank Roulund of "Sun, 27 Nov 2011 12:06:05 GMT." <87r50twz0y.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Pank Roulund Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Rasmus Pank Roulund wrote: > The thing is, this is a 'new' thing, as the git blame log also > suggests. Which is bothersome. But okay. > The scenario probably went something like this: a) move the title to the preamble because that's the Right Thing (TM) b) oops - org-info.js broke c) revert a) and make a note to fix it once org-info.js is fixed. Things like this happen all the time: the question is what exactly broke your web site. You could do some git archaelogy e.g. and figure out when things were working and when they broke and go through the ML and figure out why things changed the way they did etc. I suspect it's not worth your time though. > > Next question: can't you get rid of the instance in your preamble at > > least > > temporarily? Does it have to be in the "top" div? > > Well, you know, I would have to redesign my website. It is possible, > but I like it. . . > > The header on each side is something like: > > | Title | | Menu | > | Left aligned | empty space | Right aligned | > > Which is rather neat IMO. > > It used to work. I don't know under which version of Org I wrote > (probably mostly stole :) the original CSS but I am guessing 7.6. > > I had hoped for some command I could #+BIND to have Org behave as > before, (e.g. similar to the BIND for removing \maketitle in LaTeX). > You can just use your own private patch to org-html.el to get rid of the offending entry and just keep rebasing it on top of any updates. There is a section in the FAQ that describes the process. Then when things settle down and depending on *how* they settle down, you can either throw the patch away (if everything ends up working without it) or submit it for inclusion. The relevant section of the FAQ is http://orgmode.org/worg/org-faq.html#keeping-local-changes-current-with-Org-mode-development Nick