From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: Bug: Bulk reschedule with reschedule logging on fails [8.3.4 (8.3.4-5-gdc68d2-elpaplus @ /home/tyria/.emacs.d/elpa/org-plus-contrib-20160229/)] Date: Thu, 10 Mar 2016 21:16:47 -0800 Message-ID: <87d1r1iomh.fsf@jakuri.lan> References: <87a8m8nv3q.fsf@felesatra.moe> <87d1r2ll2q.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeFS2-0001Rx-30 for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 00:17:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeFRy-0001CA-Ef for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 00:17:25 -0500 Received: from avalon.felesatra.moe ([78.129.218.37]:37328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeFRy-0001C0-82 for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 00:17:22 -0500 In-reply-to: <87d1r2ll2q.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain The TODO items need to be scheduled first (since it's the REschedule that is causing it). Can you try: * TODO A SCHEDULED: <2016-01-01 Mon> * TODO B SCHEDULED: <2016-01-01 Mon> Nicolas Goaziou writes: > Hello, > > Allen Li writes: > >> When bulk rescheduling TODO items with org-log-reschedule set to 'note, >> only the first marked item will get rescheduled. I have reproduced this >> on a fresh clone of the Git repo with a minimal config. >> >> Here is the *Messages* snippet: >> >> Org-mode version 8.3.4 (release_8.3.4-635-g268486 @ //org-mode/lisp/) >> Press key for agenda command (unrestricted): >> 1 entries marked for bulk action >> 2 entries marked for bulk action >> Bulk: [$]arch [A]rch->sib [t]odo [+/-]tag [s]chd [d]eadline [r]efile [S]catter [f]unction >> Scheduled to <2016-03-09 Wed> [2 times] >> Skipping removed entry at # >> Acted on 1 entries, skipped 1 (disappeared before their turn) >> Note store >> >> Here is the config: >> >> (add-to-list 'load-path (expand-file-name "~//org-mode/lisp")) >> (add-to-list 'auto-mode-alist '("\\.\\(org\\ |org_archive\\|txt\\)$" . org-mode)) >> (setq org-agenda-files '("/tmp/test.org")) >> (require 'org-install) >> (require 'org-habit) >> >> (global-set-key "\C-cl" 'org-store-link) >> (global-set-key "\C-ca" 'org-agenda) >> (global-set-key "\C-cb" 'org-iswitchb) >> >> (setq org-log-reschedule 'note) > > I cannot reproduce it with the following "test.org": > > * TODO A > * TODO B > > Could you also provide the "test.org" you are using? Thank you. > > > Regards, --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW4lS/AAoJEFInLQBbK3WnTKoH/RjigWJctW0RC6K3SgPpmjsM 8GHSt3Sxto2E/EL+EUU05kU+z/2r2EO25/2Gf9xsKn5jnLyAWOsn+PClLjMb+PyX /+6ZemDyT1IjcAOd8ApPIuC32djqESFajhUZosMtsI3/QVWb9ElQHaipfhQsLLQP moH60yS3mvBklRlFT2GSMOOsNRZiAY7caCeCbq4Q+WQXHb/n9C6dTwAAF6UC9454 HBgOksCK415WS2bEy3hst5GZRKwADwHCqfBZE889oS0Wwtc0TJQpEe8TjBmvoe7C OkXg+o8yxucFfAHEnprmiZCvjfMTArCiaE1/hcFybwij9VKyZLq9CMRjAVROE+A= =3btG -----END PGP SIGNATURE----- --=-=-=--