Open nikolavojicic opened 1 year ago
- In function org-babel-expand-body:template we assume that vars is a list of pairs. However, it seems to me from some experiments that sometimes vars contains symbols. Am I wrong?
:var elements in params should always have the following form.
(:var name . value)
Their cdr should always be a cons cell whose car is the name of the variable "as a symbol" and whose value is the value of the variable.
;; If you are planning on adding a language to org-babel we would ask ;; that if possible you fill out the FSF copyright assignment form ;; available at https://orgmode.org/request-assign-future.txt as this ;; will make it possible to include your language support in the core ;; of Org-mode, otherwise unassigned language support files can still ;; be included in the contrib/ directory of the Org-mode repository.
https://orgmode.org/worg/org-contrib/babel/languages/index.html
It should use Scheme like
run-scheme
.