nikolavojicic / .emacs.d

Emacs configuration.
0 stars 1 forks source link

Add inf-scheme to org babel #1

Open nikolavojicic opened 1 year ago

nikolavojicic commented 1 year ago

https://orgmode.org/worg/org-contrib/babel/languages/index.html

It should use Scheme like run-scheme.

nikolavojicic commented 1 year ago
nikolavojicic commented 1 year ago
  1. 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.

nikolavojicic commented 8 months ago

;; 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.