From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: odt export of subtree: set/suppress the date in the export Date: Mon, 03 Nov 2014 22:26:14 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlP7G-0001hi-Qt for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 16:24:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlP79-00037o-Bt for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 16:24:46 -0500 Received: from mail2.b1.hitrost.net ([91.185.211.205]:33367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlP79-00037j-5P for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 16:24:39 -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 Hi, Does setting the subtree's :EXPORT_DATE: property to the date of the meeting do what you're looking for? Yours, Christian Steinar Bang writes: > Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN > Org version: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ c:/ProgramFiles/emacs-24.3/lisp/org/) > > I use org to take notes in meetings. > > When I make an ODT export of the subtree for the meeting minutes, I > would like the date in the ODT document to be the date of the meeting > and not the date when I'm making the export. > > Is this possible? > > Thanks!