From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Archiving to a subtree Date: Mon, 18 Mar 2019 22:39:13 +0100 Message-ID: <87r2b3svzy.fsf@nicolasgoaziou.fr> References: <87bm29bhbr.fsf@geus3064linuxwsm.geus.dk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5zya-0001XV-J7 for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5zyZ-0005dt-VA for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:39:20 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42879) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5zyZ-0005cM-Ka for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:39:19 -0400 In-Reply-To: <87bm29bhbr.fsf@geus3064linuxwsm.geus.dk> (Ken Mankoff's message of "Sun, 17 Mar 2019 09:23:36 -0700") 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: Ken Mankoff Cc: "emacs-orgmode@gnu.org" Hello, Ken Mankoff writes: > I used to archive items to a subtree (in an archive file) using some > functions provided on this list back in 2014 [1]. I recently updated > Org and this code stopped working because the > 'org-extract-archive-file' function has been removed. This was commit > 9d603b1854f658202024807c17ffc1fd47a3cd74 > > Does anyone have a replacement function that archives sub-items to > sub-trees? I'm looking for behavior that will take **bar: If I read the patch correctly, (car (org-archive--compute-location ...)) should replace it. > I don't see any mention of this in the NEWS.org. I don't mention removal of internal functions in that file. Regards, -- Nicolas Goaziou