emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gregor Zattler <telegraph@gmx.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)"
Date: Thu, 05 Apr 2018 19:47:50 +0200	[thread overview]
Message-ID: <87efjta6k9.fsf@len.workgroup> (raw)
In-Reply-To: <87bmf1dbze.fsf@len.workgroup>

Hi Nicolas, org-mode devs,
* Gregor Zattler <telegraph@gmx.net> [2018-04-02; 14:33]:
[...]
> I get
>
> "Capture abort: (error Format specifier doesn’t 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=) grfz@len:~/src/org-mode$ git bisect start
0 (master|BISECTING=) 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=) grfz@len:~/src/org-mode$ git bisect bad
0 (master|BISECTING=) grfz@len:~/src/org-mode$ git co -f 2348d1834351b57d5ff9bbdb2c74c3e69ed60cfb
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:
  
  git checkout -b <new-branch-name>

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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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-snapshot  --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 Org 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-snapshot  --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-snapshot  --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 expansion of templates
0 ((94f1a5843...)|BISECTING) grfz@len:~/src/org-mode$ 



Thanks for looking into this, Grgeor

      parent reply	other threads:[~2018-04-05 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-02 12:33 Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)" Gregor Zattler
2018-04-03  8:26 ` Nicolas Goaziou
2018-04-03 15:58   ` Gregor Zattler
     [not found]     ` <87zi2kvywv.fsf@nicolasgoaziou.fr>
2018-04-07 20:30       ` Gregor Zattler
2018-04-08 13:22         ` Bug: master: "Capture abort: (error Format specifier Gregor Zattler
2018-04-05 17:47 ` Gregor Zattler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efjta6k9.fsf@len.workgroup \
    --to=telegraph@gmx.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).