From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Org-Mode How to archive to specific files based on tags? Date: Sat, 08 Feb 2020 16:25:19 +0100 Organization: GNU Message-ID: <87blq92ja8.fsf@bzg.fr> References: <71C80EC5-695D-41F9-B88E-992ADD516441@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="115893"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Carlo Tambuatco Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 08 16:47:14 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j0SKA-000U22-KT for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 08 Feb 2020 16:47:14 +0100 Original-Received: from localhost ([::1]:42754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0SK9-0002ux-KZ for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 08 Feb 2020 10:47:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37021) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0RzA-0002Ph-4n for help-gnu-emacs@gnu.org; Sat, 08 Feb 2020 10:25:32 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0Rz9-0002BC-Sb; Sat, 08 Feb 2020 10:25:32 -0500 Original-Received: from [2a01:e35:2fe1:f780:3dd3:5ccb:4462:6d17] (port=40866 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1j0Rz0-0005SS-Im; Sat, 08 Feb 2020 10:25:30 -0500 Original-Received: by guerry (Postfix, from userid 1000) id 61AF91A6032B; Sat, 8 Feb 2020 16:25:19 +0100 (CET) In-Reply-To: <71C80EC5-695D-41F9-B88E-992ADD516441@gmail.com> (Carlo Tambuatco's message of "Fri, 7 Feb 2020 04:09:02 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Mailman-Approved-At: Sat, 08 Feb 2020 10:46:55 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122377 Archived-At: Hi Carlo, Carlo Tambuatco writes: > In Org mode, is there a way to control automatically where entries get > archived based on the properties of the entry, such as its tags or any > other property it has? You can use the :ARCHIVE: property on a subtree (inherited by headlines within this subtree), but no, you cannot use tags and other properties programmatically. Best, PS: emacs-orgmode@gnu.org is the easiest way to get feedback on Org. -- Bastien