From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: No title in org-export-as-odt Date: Mon, 27 Jan 2014 11:35:51 +0100 Message-ID: <8761p5empk.fsf@bzg.ath.cx> References: <1348466593.45471.YahooMailClassic@web133101.mail.ir2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jXq-0004BT-6l for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:36:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7jXl-0008Ut-U7 for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:35:58 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:35397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jXl-0008Up-NK for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:35:53 -0500 Received: by mail-we0-f172.google.com with SMTP id q58so5088050wes.31 for ; Mon, 27 Jan 2014 02:35:52 -0800 (PST) In-Reply-To: (Brady Trainor's message of "Mon, 27 Jan 2014 06:31:48 +0000 (UTC)") 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: Brady Trainor Cc: emacs-orgmode@gnu.org Hi Brady, Brady Trainor writes: > Miguel Ruiz yahoo.es> writes: > >> > > Any hint to get rid of the title in a org-export-as-odt >> > session? > > I had the same problem. I noticed a lot of new lines, `\n', so I tried to > remove more than "just title". For my solution, I changed insert to > ignore. Can you provide your change in the form of a patch? 1. ~$ git clone git://orgmode.org/org-mode.git 2. cd org-mode/lisp/ 3. edit ox-odt.el by adding your change 4. in Emacs, hit `C-x v =' from the file to create the patch 5. save the patch buffer to ox-odt.el.patch 5. send ox-odt.el.patch to the list, using [PATCH] in the subject line Thanks in advance! -- Bastien