* 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
* Re: Setting Org Babel
2020-11-25 1:26 Setting Org Babel Christopher Dimech
@ 2020-11-25 4:22 ` Jean Louis
0 siblings, 0 replies; 2+ messages in thread
From: Jean Louis @ 2020-11-25 4:22 UTC (permalink / raw)
To: Christopher Dimech; +Cc: Help Gnu Emacs
* Christopher Dimech <dimech@gmx.com> [2020-11-25 04:28]:
> I am trying to use Org Babel with the code
>
> Have tried
#+begin_src sh
date
#+end_src
#+RESULTS:
: Wed Nov 25 07:21:28 EAT 2020
Works on my side.
((emacs-lisp . t) (plantuml . t) (ditaa . t) (sql . t) (shell . t) (scheme . t) (perl . t) (lisp . t) (dot . 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).