From mboxrd@z Thu Jan 1 00:00:00 1970 From: charles@aurox.ch (Charles A. Roelli) Subject: Re: Archive to subfolder? Date: Wed, 26 Oct 2016 18:31:34 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzR7L-0007XM-Oo for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 12:31:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzR7H-0003ip-HX for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 12:31:55 -0400 Received: from [2a03:2040:2:1b::1] (port=35319 helo=sinyavsky.aurox.ch) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzR7H-0003go-88 for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 12:31:51 -0400 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id DC71C22276 for ; Wed, 26 Oct 2016 16:30:21 +0000 (UTC) Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id K-Vw89OlW9a1 for ; Wed, 26 Oct 2016 16:30:20 +0000 (UTC) In-Reply-To: (Tristan Strange's message of "Wed, 26 Oct 2016 16:32:00 +0100") 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" To: Tristan Strange Cc: emacs-orgmode@gnu.org Hi Tristan, set `org-archive-location' to something like "./archive/%s::* Finished tasks". Or at the top of the Org file: #+ARCHIVE: ./archive/%s::* Finished tasks Cheers, Charles