From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eugene Sharygin" Subject: 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: Sat, 23 Feb 2019 03:51:47 +0300 Message-ID: <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]:45420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxLXr-00069B-Lr for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 19:52:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxLXp-0007Oc-K3 for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 19:51:59 -0500 Received: from mail-lj1-x234.google.com ([2a00:1450:4864:20::234]:46800) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxLXp-0007K1-9n for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 19:51:57 -0500 Received: by mail-lj1-x234.google.com with SMTP id v16so3049557ljg.13 for ; Fri, 22 Feb 2019 16:51:51 -0800 (PST) Received: from prestige (nat-1-32.msu.umos.ru. [85.89.127.32]) by smtp.gmail.com with ESMTPSA id j3sm883143lfk.79.2019.02.22.16.51.48 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Feb 2019 16:51:48 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, 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: -- Eugene Emacs : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05 Package: Org mode version 9.2.1 (9.2.1-23-g126a37-elpaplus @ /home/eush/.emacs.d/elpa/org-plus-contrib-20190218/)