From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id d2R/MIwNzF7DdwAA0tVLHw (envelope-from ) for ; Mon, 25 May 2020 18:25:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WGPmK4wNzF7CVwAAB5/wlQ (envelope-from ) for ; Mon, 25 May 2020 18:25:16 +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 4E4279403EC for ; Mon, 25 May 2020 18:25:16 +0000 (UTC) Received: from localhost ([::1]:44654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdHml-00042E-9V for larch@yhetil.org; Mon, 25 May 2020 14:25:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42520) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdHEe-0001XU-Cj for emacs-orgmode@gnu.org; Mon, 25 May 2020 13:50:00 -0400 Received: from mail.libremail.nl ([92.111.4.177]:33192 helo=libremail.nl) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdHEd-0004zD-0w for emacs-orgmode@gnu.org; Mon, 25 May 2020 13:50:00 -0400 Received: from localhost (mail.libremail.nl [92.111.4.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by libremail.nl (Postfix) with ESMTPSA id BEFA3381791 for ; Mon, 25 May 2020 19:49:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libremail.nl; s=mail; t=1590428994; bh=VNYJwjqjw7SXfCD6CYvdQ4tYEs0K0xaAswwR5t935kY=; h=From:To:Subject:Date:From; b=NKHN3R9WGEyN7tP5TBUC/RiUB/yVmW59Yo7285Ul2lFvk4WhzxlcjIZdx6MKTb8As WMU4dk/ugN0pMbyqoxsIZYNFnjmqCV1V72d4/aAoYOutieq4I0fNXLEPcIeAk1WgVH dVvyhTzAHW3T5HywxZqojrqs8F8w1E7n4V7iheu8= User-agent: mu4e 1.0; emacs 26.1 From: Thomas Schaper To: emacs-orgmode@gnu.org Subject: org-archive-all-matches doesn't use org-archive-default-command Date: Mon, 25 May 2020 19:49:54 +0200 Message-ID: <87o8qb52gt.fsf@Libertus> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=92.111.4.177; envelope-from=thomas+org-mode@libremail.nl; helo=libremail.nl X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/25 13:49:55 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Mon, 25 May 2020 14:24:31 -0400 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=libremail.nl header.s=mail header.b=NKHN3R9W; dmarc=none; 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-Spam-Score: -0.71 X-TUID: t/4DD0UIJjFd Hi all, When playing around with org-archive, I noticed that the function org-archive-all-matches doesn't use org-archive-default-command but calls org-archive-subtree directly. Is there any reason for this, or is it simply a small bug/missing feature? Warm regards, Thomas Schaper