From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [RFC] Org linting library Date: Tue, 19 May 2015 15:54:48 +0100 Message-ID: References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <87617oznxd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yuiuf-0006TY-Cr for emacs-orgmode@gnu.org; Tue, 19 May 2015 10:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yuiub-0008IW-FL for emacs-orgmode@gnu.org; Tue, 19 May 2015 10:54:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:36754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yuiub-0008IN-8a for emacs-orgmode@gnu.org; Tue, 19 May 2015 10:54:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yuiua-0002lu-0s for emacs-orgmode@gnu.org; Tue, 19 May 2015 16:54:28 +0200 Received: from 193.63.223.67 ([193.63.223.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 16:54:28 +0200 Received: from andreas.leha by 193.63.223.67 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 16:54:28 +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: >> I have finally made some time to test this. I get some >> unexpected warnings: >> >> 79 low Unknown value "myfile.R" for header ":tangle" >> 192 low Unknown value "none" for header ":results" > > Make sure you rebased the wip-lint branch on top of master. > >> 22985 low Unknown value "never-export" for header ":eval" > > I added it to allowed value. You need to update Org. > I just pulled and rebased again. The "never-export" issue is gone, indeed. The others are still there. What am I missing here? Thanks, Andreas