From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-lint and #+call lines Date: Tue, 28 Apr 2015 09:57:08 +0200 Message-ID: <87zj5sr8h7.fsf@nicolasgoaziou.fr> References: <87vbgikqn7.fsf@nicolasgoaziou.fr> <87r3r6koj6.fsf@nicolasgoaziou.fr> <87fv7lby3l.fsf@selenimh.mobile.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn0Mt-0004la-OI for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 03:55:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn0Ms-0007bj-NI for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 03:55:47 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:43938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn0Ms-0007bZ-Hz for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 03:55:46 -0400 In-Reply-To: (Thomas S. Dye's message of "Mon, 27 Apr 2015 19:44:33 -1000") 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: "Thomas S. Dye" Cc: Org-mode tsd@tsdye.com (Thomas S. Dye) writes: > Org-lint gives this warning: > > ,---------------------------------------------------------- > | 31 low Unknown value "no-export" for header ":eval" > `---------------------------------------------------------- > > But, ob-core.el appears to know the value: > > ,-------------------------------------------------------------------------------- > | ob-core.el: (,eval-no-export (and ,export (or (equal ,eval "no-export") > `-------------------------------------------------------------------------------- > > Is this a false positive? Yes, this was an omission in "ob-core.el". I fixed it in master. You'll need to rebase wip-lint against it. Thank you. Regards,