From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: don't show author and date on odt export? Date: Fri, 30 Aug 2013 15:42:34 +0530 Message-ID: <87a9jzbi7h.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLet-0003LP-QE for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 06:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLel-0001in-Dm for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 06:10:27 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:63282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLel-0001id-68 for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 06:10:19 -0400 Received: by mail-pa0-f42.google.com with SMTP id lj1so2146467pab.29 for ; Fri, 30 Aug 2013 03:10:18 -0700 (PDT) In-Reply-To: (Matt Price's message of "Mon, 26 Aug 2013 14:49:15 -0400") 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: Matt Price Cc: Org Mode Matt Price writes: > Hi, > > I'm trying to figure out how best to tell org not to display my name > and the date at the top of the page when it exports document. > Currently, it seems I can do htis by setting > > #+OPTIONS: author:nil date:nil > > However, this also removes the relevant info from the file metadata. > I would prefer to somehow change the export template so that these > lines aren't produced. Anyone know if that's possible? Would I have > to modify ox-odt.el directly -- and is that hard to do? It looks like > the relevant lines in that file are around 1488-1541. I'm a little > loathe to modify the code directly though, as I like to just git pull > from the master branch... I have difficulty grasping what you are saying here. You are talking about meta.xml and content.xml. You want title and author in ... and don't want title and author in .... Better still, on what counts is the current arrangement unsatisfactory. i.e., what is your use-case? > Thanks! > Matt