From mboxrd@z Thu Jan 1 00:00:00 1970 From: CM Subject: Re: odt export of subtree: set/suppress the date in the export Date: Sun, 09 Nov 2014 08:28:29 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnMtX-00062l-4j for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 02:26:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnMtQ-00050N-SF for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 02:26:43 -0500 Received: from mail2.b1.hitrost.net ([91.185.211.205]:17826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnMtQ-0004sD-LK for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 02:26:36 -0500 In-reply-to: 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: Steinar Bang Cc: emacs-orgmode@gnu.org I cannot reproduce either problem, though I seem to remember some difficulty with changing date fields in the past. What Org version are you using? You can turn the use of date fields in LibreOffice on or off with org-odt-use-date-fields. With date fields set to t: - Setting :EXPORT_DATE: in the subtree and exporting the subtree results in an ODT export with that date in the header, not today's date. - Inspecting the date field shows that the date is "fixed". (In LibreOffice, right-click the date and select "Fields" from the popup menu.) - Indeed, the date remains unchanged when I do "Update all" or export to PDF from LibreOffice does indeed keep the same date. Yours, Christian Steinar Bang writes: >>>>>> Christian Moe : > >> Does setting the subtree's :EXPORT_DATE: property to the date of the >> meeting do what you're looking for? > > Nope. Still outputs the date of the export. > > And since writing the posting I've discovered another annoying property > of the date: it will switch to the current date at any time of saving of > the odt document (eg. when doing a "Save as PDF"). > > So I think what I want is to zap that date stamp alltogether, to save me > from having to delete it in the odt file before creating a PDF from it.