[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-babel-do-load-languages
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-babel-do-load-languages |
Date: |
Thu, 03 May 2018 21:58:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
"N. Raghavendra" <address@hidden> writes:
> I also suggest a corresponding change in Org(Languages):
>
> ------------------------------------------------------------
> By default, only ‘emacs-lisp’ is enabled for evaluation. To enable
> or disable other languages, customize the ‘org-babel-load-languages’
> variable either through the Emacs customization interface, or by adding
> code to the init file as shown next:
>
> In this example, evaluation is disabled for ‘emacs-lisp’, and enabled
> for ‘R’.
>
> (org-babel-do-load-languages
> '((emacs-lisp . nil)
> (R . t)))
Language names are not symbols. It should be Emacs Lisp and R. See,
e.g., Emacs and ESS manuals.
Regards,
--
Nicolas Goaziou