From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [RFC] Org linting library Date: Tue, 19 May 2015 21:02:47 +0100 Message-ID: References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <87617oznxd.fsf@nicolasgoaziou.fr> <87617owfix.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yunid-0001yj-VY for emacs-orgmode@gnu.org; Tue, 19 May 2015 16:02:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yunia-0001et-Pb for emacs-orgmode@gnu.org; Tue, 19 May 2015 16:02:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:33487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yunia-0001dL-Jv for emacs-orgmode@gnu.org; Tue, 19 May 2015 16:02:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YuniV-0008OU-WC for emacs-orgmode@gnu.org; Tue, 19 May 2015 22:02:20 +0200 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 22:02:19 +0200 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 22:02:19 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > Andreas Leha 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