From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Publish HTML Without Title Date: Sun, 11 Dec 2011 17:23:37 +0100 Message-ID: <87r50baxh2.fsf@gnu.org> References: <87r50vmxja.fsf@gmail.com> <17025.1322293237@alphaville.dokosmarshall.org> <87lir3atnj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZmAi-0006tP-Nq for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 11:22:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZmAh-0006Cp-Hf for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 11:22:40 -0500 Received: from mail-ee0-f52.google.com ([74.125.83.52]:61619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZmAh-0006Cj-AW for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 11:22:39 -0500 Received: by eeke52 with SMTP id e52so488831eek.39 for ; Sun, 11 Dec 2011 08:22:38 -0800 (PST) In-Reply-To: <87lir3atnj.fsf@gmail.com> (Rasmus Pank Roulund's message of "Sat, 26 Nov 2011 13:40:48 +0000") 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 Hi Rasmus, Rasmus Pank Roulund writes: > Note, I never asked for the second title and this is the one I want to > go away, but I don't know how. As I pointed out in the previous case, > it seems that it may be hardcoded, but I don't know. Yes, this is hardcoded. Hopefully we will get rid of such problems in the next versions of org-html.el. For now, you can simply use a css to make this title invisible: .title {display:none;} HTH, -- Bastien