From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Another stupid one -- archiving and reports Date: Mon, 26 Apr 2010 11:20:04 +0200 Message-ID: <87d3xmwoxn.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6KUC-0007Z4-3N for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 05:20:16 -0400 Received: from [140.186.70.92] (port=34029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6KUA-0007Xw-Ek for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 05:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6KU8-00082Z-TL for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 05:20:14 -0400 Received: from mail.gmx.net ([213.165.64.20]:60198) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O6KU8-00082L-HT for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 05:20:12 -0400 In-Reply-To: (David Frascone's message of "Sun, 25 Apr 2010 20:40:06 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Frascone Cc: emacs-orgmode David Frascone writes: > I use org mode to keep track of my daily projects . . what I'm working on, > etc. I tag work related items, and, when I export to html, only work items > are exported. > > What I'd like to do, however, is only export things that have changed, or > have been dated in the last week. > > Similarly, I'd like to archive off old completed tasks. > > Could someone point me to how to do these things . . . I'm sure it's > documented somewhere :) M-x customize-group RET org-publish RET See the last two entries on that page. Set the "Org Publish Timestamp Directory" and "Org Publish use Timestamps Flag" to `on'. >From now on, Org-mode will publish only files, that changed since the last time you published. Sebastian