Hi Nicolas, Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > >> I just pulled and rebased again. The "never-export" issue is >> gone, indeed. The others are still there. What am I missing >> here? > > Nothing. I overlooked a typo. It should be fixed in wip-lint.
Thanks. Now the :tangle header argument does not produce a warning. But I still get --8<---------------cut here---------------start------------->8--- 191 low Unknown value "none" for header ":results" --8<---------------cut here---------------end--------------->8--- Ahh, and one more thing: The :tangle property in my test case was set buffer wide through --8<---------------cut here---------------start------------->8--- #+PROPERTY: header-args:R :tangle "myfile.R" --8<---------------cut here---------------end--------------->8--- But still, it produced a warning for each code block. It would be nicer if that warning was issued only once, IMO. But that is very minor. Regards, Andreas