Questions tagged [org-sbe]
The org-sbe tag has no summary.
1 question
1 vote
1 answer
43 views
How to change variable in source block with org-sbe from tblfm?
I have this source block and table in an org-file. #+NAME: testlisp #+begin_src elisp :var testvariable="default string" (progn (message testvariable) ;use the variable in some way ...