all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.