From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-lint how to include ob-rec parameters Date: Tue, 22 Nov 2016 18:25:34 +0100 Message-ID: <87inrfh1f5.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9Ep9-00063y-5C for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 12:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9Ep5-0000lO-Me for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 12:25:39 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51186) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9Ep5-0000kj-A4 for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 12:25:35 -0500 In-Reply-To: (Charles Millar's message of "Mon, 21 Nov 2016 21:17:43 -0500") 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" To: Charles Millar Cc: "emacs-orgmode@gnu.org" Hello, Charles Millar writes: > The following is not a critical issue. > > I use ob-rec to generate tables from my recfiles. > > org-lint issues a warning for ob-recs parameters, such as data, type, > fields, sort, etc. > > Is there some code that I could include in my .emacs to avoid the > warnings? For that matter is this an issue for any other non-core > babel languages and is there a general solution? It's a bug in ob-rec. Each Babel language needs to define allowed headers and associated values, in a variable labelled `org-babel-header-args:LANG' where LANG is obviously the language used, e.g., `org-babel-header-args:R' or `org-babel-header-args:latex'. Regards, -- Nicolas Goaziou