From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: =?UTF-8?B?UmU6IEJ1ZzogbWFzdGVyOiAiQ2FwdHVyZSBhYm9ydDogKGVycm9y?= =?UTF-8?B?IEZvcm1hdCBzcGVjaWZpZXIgZG9lc27igJl0IG1hdGNoIGFyZ3VtZW50IHR5?= =?UTF-8?B?cGUpIg==?= Date: Thu, 05 Apr 2018 19:47:50 +0200 Message-ID: <87efjta6k9.fsf@len.workgroup> References: <87bmf1dbze.fsf@len.workgroup> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f48zq-0006IL-Fv for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 13:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f48zm-0007EJ-8f for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 13:48:26 -0400 Received: from mout.gmx.net ([212.227.15.15]:40109) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f48zl-0007D8-UZ for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 13:48:22 -0400 Received: from len.workgroup ([79.228.1.75]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MFuWk-1fFgNZ27HC-00EyWO for ; Thu, 05 Apr 2018 19:48:19 +0200 In-Reply-To: <87bmf1dbze.fsf@len.workgroup> 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 Hi Nicolas, org-mode devs, * Gregor Zattler [2018-04-02; 14:33]: [...] > I get > > "Capture abort: (error Format specifier doesn=E2=80=99t match argument > type)" > > after hitting the template key in order to capture something. [...] > I tried to bisect this with > make autoloads ; emacs-snapshot -nw --debug-init --eval '(org-capture 4 "= t")' > as a test, but did not find the culprit. This is, because the bisecting does not find the first bad commit, but perhaps this helps somehow: 0 (master=3D) grfz@len:~/src/org-mode$ git bisect start 0 (master|BISECTING=3D) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm -rf = * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapshot --= eval '(org-capture 4 "t")' Your branch is up-to-date with 'origin/master'. 0 (master|BISECTING=3D) grfz@len:~/src/org-mode$ git bisect bad 0 (master|BISECTING=3D) grfz@len:~/src/org-mode$ git co -f 2348d1834351b57d= 5ff9bbdb2c74c3e69ed60cfb Note: checking out '2348d1834351b57d5ff9bbdb2c74c3e69ed60cfb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: =20=20 git checkout -b HEAD is now at 2348d1834... Merge branch 'maint' 0 ((2348d1834...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((2348d1834...)|BISECTING) grfz@len:~/src/org-mode$ git bisect good Bisecting: 843 revisions left to test after this (roughly 10 steps) [b6c5a174da7523864d82f6d91cce272d38c1dc95] org-agenda: Refactor org-agenda-= overriding-header code 0 ((b6c5a174d...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((b6c5a174d...)|BISECTING) grfz@len:~/src/org-mode$ git bisect good Bisecting: 421 revisions left to test after this (roughly 9 steps) [ef2485e7ce6e5ef4e47c42898d9bb1b956142df5] manual: Sync with org.texi 0 ((ef2485e7c...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((ef2485e7c...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 210 revisions left to test after this (roughly 8 steps) [36578fda469b1f5cc48f05c5e07e4aba8c5ae7cb] Merge branch 'maint' 0 ((36578fda4...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((36578fda4...)|BISECTING) grfz@len:~/src/org-mode$ git bisect good Bisecting: 104 revisions left to test after this (roughly 7 steps) [a0e3f1d5050ffd0d03c68b35b2b5300fb89da1f0] Merge branch 'maint' 0 ((a0e3f1d50...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((a0e3f1d50...)|BISECTING) grfz@len:~/src/org-mode$ git bisect good Bisecting: 52 revisions left to test after this (roughly 6 steps) [9bbee7d3c883efac7c738c6ef66b476d2696fc9a] Add some `:safe' keywords 0 ((9bbee7d3c...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((9bbee7d3c...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 25 revisions left to test after this (roughly 5 steps) [f8849e92e58fefc9fbea72f650cef50a5607f305] org-archive: Add a test 0 ((f8849e92e...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((f8849e92e...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 12 revisions left to test after this (roughly 4 steps) [d435c75f543cce08b578a399c531a28c37a48b39] Merge branch 'maint' 0 ((d435c75f5...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((d435c75f5...)|BISECTING) grfz@len:~/src/org-mode$ git bisect good Bisecting: 6 revisions left to test after this (roughly 3 steps) [6f89177ee6f7fb5f52f10a54ae10846c803366c5] Move `org-unlogged-message' to "= org-macs.el" 0 ((6f89177ee...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((6f89177ee...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 2 revisions left to test after this (roughly 2 steps) [3efb0007393624b555d1f1b4858e7523d8d4c4b1] org-tempo: Enable Tempo in all O= rg buffers after load 0 ((3efb00073...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((3efb00073...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 0 revisions left to test after this (roughly 1 step) [4b80c62705723ffe1cf01820d8204baf7f0ea57a] Update README_mainter 0 ((4b80c6270...)|BISECTING) grfz@len:~/src/org-mode$ cd ~/src/org-mode; rm= -rf * ; git co -f ; make autoloads > /dev/null 2> /dev/null; emacs-snapsho= t --eval '(org-capture 4 "t")' 0 ((4b80c6270...)|BISECTING) grfz@len:~/src/org-mode$ git bisect bad Bisecting: 0 revisions left to test after this (roughly 0 steps) [94f1a5843826ab332b601397aedb1f2b052fb0c0] org-tempo.el: New file for expan= sion of templates 0 ((94f1a5843...)|BISECTING) grfz@len:~/src/org-mode$=20 Thanks for looking into this, Grgeor