From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: managing a work log Date: Wed, 12 Jun 2013 18:34:42 +0100 Message-ID: <20130612173442.GN1063@pacific.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmowZ-00005P-PR for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:34:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmowY-0003gJ-Ff for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:34:47 -0400 Received: from coral.adamspiers.org ([85.119.82.20]:48074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmowY-0003fk-A6 for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:34:46 -0400 Received: from localhost (f.7.9.2.4.b.5.4.6.0.8.d.9.a.5.c.0.d.3.7.6.a.1.1.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:11a6:73d0:c5a9:d806:45b4:297f]) by coral.adamspiers.org (Postfix) with ESMTPSA id 03B382E34B for ; Wed, 12 Jun 2013 18:34:43 +0100 (BST) Content-Disposition: inline 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 mailing list Hi all, With `org-archive-mark-done' set to `t', entries will be marked as done when `org-archive-subtree' is invoked. However, this does not honour the expected behaviour when `org-log-done' is set to `'time', i.e. that a `CLOSED: [timestamp]' line will be inserted just after the headline. Is that a bug/feature, or am I missing something? Thanks, Adam