|
From: | John Kitchin |
Subject: | Re: [O] Concatenating header args |
Date: | Tue, 6 Mar 2018 07:31:54 -0800 |
Hello,
how can I concatenate header args? Let's assume I have an Org structure
like follows:
* foo
:PROPERTIES:
:header-args: :flags -Wall
:END:
** bar
#+begin_src C :flags -lm
#+end_src
Now I want the code to be compiled with -Wall _and_ -lm.
Regards
hmw
[Prev in Thread] | Current Thread | [Next in Thread] |