From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: bulk TODO state change creates a LOGBOOK state change note only for one task Date: Fri, 06 Feb 2015 09:54:56 +0100 Message-ID: <871tm31ktb.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJegC-0001Mu-F5 for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 03:54:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJeg9-0002vi-A3 for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 03:54:24 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJeg9-0002vd-4J for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 03:54:21 -0500 In-Reply-To: (Maxim Baz's message of "Wed, 04 Feb 2015 21:41:35 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Maxim Baz Cc: emacs-orgmode@gnu.org Hello, Maxim Baz writes: > I expect org-mode to create such "state change" note in LOGBOOK drawer for > every task I'm changing. > > Now I'll describe my steps in a bit more detailed way, and afterwards you > will find the system information I use. > > 1. emacs -Q -l ~/org-minimal.el ~/test.org > 2. Create 3 tasks: > * TODO task1 > * TODO task2 > * TODO task3 > 3. M-x -> org-agenda-file-to-front > 3. M-x -> org-agenda -> t > 4. Mark those 3 tasks > 5. M-x -> org-agenda-bulk-action -> t -> NEXT > > The ACTUAL contents of ~/test.org is: > > * NEXT task1 > * NEXT task2 > * NEXT task3 > :LOGBOOK: > - State "NEXT" from "TODO" [2015-02-04 Wed 22:11] > :END: > > The EXPECTED contents of ~/test.org is: > > * NEXT task1 > :LOGBOOK: > - State "NEXT" from "TODO" [2015-02-04 Wed 22:11] > :END: > * NEXT task2 > :LOGBOOK: > - State "NEXT" from "TODO" [2015-02-04 Wed 22:11] > :END: > * NEXT task3 > :LOGBOOK: > - State "NEXT" from "TODO" [2015-02-04 Wed 22:11] > :END: This should be fixed. Thank you. Regards, -- Nicolas Goaziou