Michael Dauer <mick.da...@gmail.com> writes: > Org mode version 9.5.5 (9.5.5-geeae6e > > #+CALL: test1() > > #+RESULTS: > : 1 > > #+CALL: test2() > > Fails with: Format specifier doesn’t match argument type > > * Test > #+name: test1 > #+begin_src elisp > 1 > #+end_src > #+NAME: test2 > #+begin_src elisp > (org-sbe "test1") > #+end_src
Thanks for reporting. Confirmed. Timothy, it is caused by your 392ccbbf5d450ad47cd5952ed2f4ef35e454648e Author: TEC <g...@tecosaur.net> ob-core: Display position of executed babel blocks (nth 5 info) is nil in the above scenario. Could you please take a look? I can "fix" this by using "%S" formatter, but maybe we can do better? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>