emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Concatenating header args


From: Michael Welle
Subject: [O] Concatenating header args
Date: Tue, 06 Mar 2018 10:25:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3.50 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]