Skip to main content

Questions tagged [org-sbe]

1 vote
1 answer
43 views

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 ...
kai-dj's user avatar
  • 449