help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Setting Org Babel


From: Christopher Dimech
Subject: Setting Org Babel
Date: Wed, 25 Nov 2020 02:26:18 +0100

I am trying to use Org Babel with the code

Have tried

#+begin_src sh
  date
#+end_src

But I am getting

Evaluation of this sh code block is disabled.

(require 'org)
(require 'ob-org)
(require 'ob-shell)

(org-babel-do-load-languages
   'org-babel-load-languages
   '( (fortran . t) (lisp . t) (emacs-lisp . t) (C . t)
      (shell . t) (awk . t) (latex . t)
      (R . t) (python . t) ))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]