[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] C++ is not accepted for SRC block evaluation
From: |
Van L |
Subject: |
[O] C++ is not accepted for SRC block evaluation |
Date: |
Sat, 26 May 2018 22:15:18 +1000 |
Hello.
The `m-x customize’ path to `org-babel-load-languages’ or the following method
won’t accept C++.
#+BEGIN_SRC elisp :results none
(org-babel-do-load-languages
'org-babel-load-languages
'((C++ . t)))
#+END_SRC
The messages buffer has the following.
executing Elisp code block...
org-babel-do-load-languages: Cannot open load file: No such file or
directory, ob-C++
M-x org-version
Org mode version 9.1.9
M-x emacs-version
GNU Emacs 26.1
rc1
Section 14.7 Languages in the Org Mode working with source code infopages lists
C++.
- [O] C++ is not accepted for SRC block evaluation,
Van L <=
- Re: [O] C++ is not accepted for SRC block evaluation, John Kitchin, 2018/05/26
- Re: [O] C++ is not accepted for SRC block evaluation, Van L, 2018/05/26
- Re: [O] C++ is not accepted for SRC block evaluation, Nicolas Goaziou, 2018/05/27
- Re: [O] C++ is not accepted for SRC block evaluation, Aaron Ecay, 2018/05/27
- Re: [O] C++ is not accepted for SRC block evaluation, Nicolas Goaziou, 2018/05/27
- Re: [O] C++ is not accepted for SRC block evaluation, Aaron Ecay, 2018/05/28
- Re: [O] C++ is not accepted for SRC block evaluation, Nicolas Goaziou, 2018/05/30
- Re: [O] C++ is not accepted for SRC block evaluation, Berry, Charles, 2018/05/30