unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Setting Org Babel
@ 2020-11-25  1:26 Christopher Dimech
  2020-11-25  4:22 ` Jean Louis
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Dimech @ 2020-11-25  1:26 UTC (permalink / raw)
  To: Help Gnu Emacs

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) ))






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-25  4:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25  1:26 Setting Org Babel Christopher Dimech
2020-11-25  4:22 ` Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).