From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CIuyAFwHOGCSDQAA0tVLHw (envelope-from ) for ; Thu, 25 Feb 2021 20:23:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AK4KOFsHOGBLRgAAbx9fmQ (envelope-from ) for ; Thu, 25 Feb 2021 20:23:55 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2FD0C271D8 for ; Thu, 25 Feb 2021 21:23:55 +0100 (CET) Received: from localhost ([::1]:34342 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFNAw-00078l-3K for larch@yhetil.org; Thu, 25 Feb 2021 15:23:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43194) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFN9z-00078R-LA for emacs-orgmode@gnu.org; Thu, 25 Feb 2021 15:22:56 -0500 Received: from mail.xgm.de ([45.83.105.139]:57456) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFN9x-0003Co-Ba for emacs-orgmode@gnu.org; Thu, 25 Feb 2021 15:22:55 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 93886180A9B for ; Thu, 25 Feb 2021 21:22:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xgm.de; s=dkim; t=1614284563; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding; bh=41kEdYOl6wyAlwDOmiuW0EOsMCDDb4pQF7kpxRtwOhk=; b=xiaqa9k7PQCxkGob4HiKLTM1AAU6FLx2C7+VdAw6hWBA3NZupqitTd2qrrvOfFDpgME5Et eUogWP/6cqfksudraQYWWMt/nxpS8SY4mX5IZntShT3sTXjcxZU6NzMhO17byow5LhthfQ gDq91Wi9cNGcmo5AV7bpAeO3dkPgdAIpOM/yfPHM78zW9tURWCn2WSjBjNEgoYhQmCSWhv kiZaW3wVHYz44J6rWJ0KD5rygmQfA0GUofG/rg3ruh9f6kqRR3fjwuv6Z0OwhetiGnJh+f xePq2LXltBlKvgpt/eju6o5HQL0JvU9g8DbV49gJg6PIeDEoMw58C9z+N3FuLg== To: emacs-orgmode@gnu.org From: Florian Lindner Subject: Set archive location relative to property Message-ID: Date: Thu, 25 Feb 2021 21:22:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US-large Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=45.83.105.139; envelope-from=mailinglists@xgm.de; helo=mail.xgm.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.07 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=xgm.de header.s=dkim header.b=xiaqa9k7; dmarc=pass (policy=none) header.from=xgm.de; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 2FD0C271D8 X-Spam-Score: -3.07 X-Migadu-Scanner: scn1.migadu.com X-TUID: W08oUlbJ82dR Hello, is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE: ??? :END: ** Archive :ARCHIVE: ** Some node Upon archiving "Some node" (or any direct or indirect sub-node of Projectname) I want to end it up under "** Archive". The archive location should always be relative to the node where the property ARCHIVE is set. The documentation org-archive-location does not suggest that is possible. Is that possible? Thanks, Florian