From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: No title in org-export-as-odt Date: Mon, 24 Sep 2012 13:10:14 +0100 (BST) Message-ID: <1348488614.51036.YahooMailNeo@web29803.mail.ird.yahoo.com> References: <1348466593.45471.YahooMailClassic@web133101.mail.ir2.yahoo.com> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG7UQ-0007j3-63 for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 08:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG7UP-00062i-4y for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 08:10:18 -0400 Received: from nm2.bullet.mail.ird.yahoo.com ([77.238.189.59]:42165) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TG7UO-0005zR-PN for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 08:10:17 -0400 In-Reply-To: <1348466593.45471.YahooMailClassic@web133101.mail.ir2.yahoo.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: Miguel Ruiz , "emacs-orgmode@gnu.org" Da: Miguel Ruiz =0AInviato: Luned=EC 24 Settembre 2012 8= :03=0A=0A>> Bastien =0A>>> Miguel Ruiz writes:=0A> >>= =0A>>> Any hint to get rid of the title in a org-export-as-odt=0A>>> sessio= n?=0A>> =0A>> I don't think you can=0A>=0A> org-odt-format-preamble functio= n says:=0A>=0A> ...=0A> (when title=0A> =A0 =A0=A0 (concat=0A>=A0 (org-odt-= format-stylized-paragraph=0A>=A0 'title (org-odt-format-tags=0A>=A0=A0=A0 >= =A0=A0=A0 '("" . "") title))=0A>=A0=A0=A0 ;; sepa= rator=0A>=A0=A0=A0 ""))=0A=0A> So I= only need to find a way to assign nil to title variable inside the documen= t.=0A#+TITLE:=A0=A0 <- leave a blank space here?=0A=0Athe new=A0 HTML expor= ter works.=0A=0A> I would appreciate any idea.=0A=0AHTH,=0AGiovanni /shooti= ng in the dark.