From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tristan Strange Subject: Archive to subfolder? Date: Wed, 26 Oct 2016 16:32:00 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113e9f52eed1b7053fc655f6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzQCA-0008T9-Sv for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 11:32:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzQC3-00037h-HR for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 11:32:48 -0400 Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:36373) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzQC3-00037G-B3 for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 11:32:43 -0400 Received: by mail-oi0-x22b.google.com with SMTP id n202so22241210oig.3 for ; Wed, 26 Oct 2016 08:32:42 -0700 (PDT) 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: emacs-orgmode@gnu.org --001a113e9f52eed1b7053fc655f6 Content-Type: text/plain; charset=UTF-8 Hi all, When I archive headings end up in the a file called something.org_archive in the same folder as something.org. Would it be possible to have these files placed in a sub folder of the current directory? So archiving a heading from something.org would put the heading in ./archive/something.org_archive What should I set org-archive-location to to achieve this? Cheers, Tristan --001a113e9f52eed1b7053fc655f6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

When I archive headings end up = in the a file called something.org_archive in the same folder as something.org.

Would it= be possible to have these files placed in a sub folder of the current dire= ctory?

So archiving a heading from something.org would put the heading in ./archive/some= thing.org_archive

What should I set org-archive-lo= cation to to achieve this?

Cheers,
Trist= an
--001a113e9f52eed1b7053fc655f6-- 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