To use ob-elixir
in an org-babel
source block, the elixir language
must be enabled in the custom org-babel-load-languages
alist. Alternatively, running the following snippet during
initialization will enable the mode.
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
(elixir . t)))
- cookie
- name
- remsh
- sname
- session
#+BEGIN_SRC elixir :remsh name@node :sname console Node.self #+END_SRC #+RESULTS: : :name@node