[O] Cannot use #+call correctly with babel

2012-06-16 Thread Benoit Bayol
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

[O] [babel] dynamic linking in user directory not working for C++ language

2014-01-28 Thread Benoit Bayol
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