From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: don't show author and date on odt export? Date: Mon, 26 Aug 2013 14:49:15 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE1qm-0006Eb-Jy for emacs-orgmode@gnu.org; Mon, 26 Aug 2013 14:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE1ql-0003CD-Sk for emacs-orgmode@gnu.org; Mon, 26 Aug 2013 14:49:16 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:61827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE1ql-0003C8-OF for emacs-orgmode@gnu.org; Mon, 26 Aug 2013 14:49:15 -0400 Received: by mail-qa0-f47.google.com with SMTP id j7so527771qaq.20 for ; Mon, 26 Aug 2013 11:49:15 -0700 (PDT) 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: Org Mode 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... Thanks! Matt