Greg Minshall <minsh...@umich.edu> writes: > here is the variable to be included. > ,#+name: variable > | 2.4 | > > and, the code block that includes that variable > ,#+begin_src sh :var variable=variable :shebang #!/bin/sh :tangle > variable.sh > echo "${variable}" > ,#+end_src
Confirmed. This is because Org mode currently cannot distinguish between babel backends that simply do not support variable assignments and babel backends that are not loaded. -- 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>