It's this fixed? How can I track myself? Ihor Radchenko schrieb am Mo., 17. Okt. 2022, 15:11: > Michael Dauer 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 > 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 . > Support Org development at , > or support my work at >