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

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

Re: org-babel: how to evaluate code block with "alias" language?


From: Bastien
Subject: Re: org-babel: how to evaluate code block with "alias" language?
Date: Wed, 23 Nov 2022 21:35:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi North,

North Year <ny-ml@outlook.com> writes:

> #+begin_src emacs-lisp
> (org-babel-do-load-languages
>  'org-babel-load-languages
>  '((r . t)))
> #+end_src

I suggest you try with an uppercase "R":

#+begin_src emacs-lisp
(org-babel-do-load-languages
 'org-babel-load-languages
 '((R . t)))
#+end_src

If Org's documentation is not accurate about this, please report a bug
with M-x org-submit-bug-report RET.

-- 
 Bastien



reply via email to

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