Re: Compiling a C++ source block

2022-11-24 Thread Ihor Radchenko
tbanelwebmin writes: > Good point Ihor! > I will change that I pushed my version of the change onto master. https://git.sr.ht/~bzg/worg/commit/7a1e9671 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Compiling a C++ source block

2022-09-29 Thread tbanelwebmin
Good point Ihor! I will change that Le 29/09/2022 à 04:25, Ihor Radchenko a écrit : tbanelwebmin writes: You may try: #+header: :includes '("" "") I notice that https://orgmode.org/worg/org-contrib/babel/languages/o

Re: Compiling a C++ source block

2022-09-28 Thread Ihor Radchenko
tbanelwebmin writes: > You may try: > #+header: :includes '("" "") I notice that https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.html only has examples of a single library being using in :includes parameter. Although the text description does mention list of strings, it would be n

Re: Compiling a C++ source block

2022-09-27 Thread Roger Mason
Hello, tbanelwebmin writes: > You may try: > #+header: :includes '("" "") > > Also, you have this commented line: > # #+header: :var table= > It seems to break the #+header: chain > Just remove it. > > By the way, to figure out future compilation problems, you may click on the > error: > /tmp/

Re: Compiling a C++ source block

2022-09-26 Thread tbanelwebmin
You may try: #+header: :includes '("" "") Also, you have this commented line: # #+header: :var table= It seems to break the #+header: chain Just remove it. By the way, to figure out future compilation problems, you may click on the error: