emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Michael Dauer
Subject: BUG: org-sbe not working anymore: Format specifier doesn’t match argument type
Date: Mon, 17 Oct 2022 12:40:16 +0200

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

reply via email to

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