emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUG: org-sbe not working anymore: Format specifier doesn’t match arg


From: Michael Dauer
Subject: Re: BUG: org-sbe not working anymore: Format specifier doesn’t match argument type
Date: Fri, 4 Nov 2022 08:07:25 +0100

It's this fixed? How can I track myself?

Ihor Radchenko <yantar92@posteo.net> schrieb am Mo., 17. Okt. 2022, 15:11:
Michael Dauer <mick.dauer@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 <git@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>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]