Hello everyone,
I cannot understand the way to use #+name and #+call with babel.
All the mixes on headers I tried have been failures.
I just want something like :
* Hello Word in C++
Here is the source code :
#+call: cpp_hello_world [:exports code]
and here is the result :
#+call: cpp_hello_wor
Hello everyone :)
I have a problem that I cannot fix when compiling a C++ source block.
My code block use several libraries and especially one named
libarmadillo.dylib which is installed in a non-default place.
My code compiles well in the buffer shell of emacs with :
g++ -I/Users/benoitbayol