From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-refile with active region does not update LOGBOOKs of all entries [9.2.1 (9.2.1-23-g126a37-elpaplus @ /home/eush/.emacs.d/elpa/org-plus-contrib-20190218/)] Date: Mon, 25 Feb 2019 02:04:51 +0100 Message-ID: <87woloy8y4.fsf@nicolasgoaziou.fr> References: <875ztbxr6k.fsf@prestige.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gy4hb-0004Eu-Pc for emacs-orgmode@gnu.org; Sun, 24 Feb 2019 20:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gy4hb-0005hP-43 for emacs-orgmode@gnu.org; Sun, 24 Feb 2019 20:05:03 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:56991) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gy4ha-0005ci-CL for emacs-orgmode@gnu.org; Sun, 24 Feb 2019 20:05:03 -0500 In-Reply-To: <875ztbxr6k.fsf@prestige.i-did-not-set--mail-host-address--so-tickle-me> (Eugene Sharygin's message of "Sat, 23 Feb 2019 03:51:47 +0300") 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: Eugene Sharygin Cc: emacs-orgmode@gnu.org Hello, "Eugene Sharygin" writes: > I have `org-log-refile` in my configuration set to `time`, which makes > `org-refile` add a time stamp to the LOGBOOK drawer at the target > location. > > However, when `org-refile` is called with active region containing > multiple entries, only LOGBOOK of the first entry is updated. > > For example, > > * NEW foo > * NEW bar > > after refiling as one active region, looks at the target location like > this: > > * NEW foo > :LOGBOOK: > - Refiled on [2019-02-23 Sat 03:41] > :END: > * NEW bar > > Expected result: > > * NEW foo > :LOGBOOK: > - Refiled on [2019-02-23 Sat 03:41] > :END: > * NEW bar > :LOGBOOK: > - Refiled on [2019-02-23 Sat 03:41] > :END: Fixed. Thank you. Regards, -- Nicolas Goaziou