From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: org-lint how to include ob-rec parameters Date: Tue, 22 Nov 2016 13:32:39 -0500 Message-ID: References: <87inrfh1f5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9FsA-0001uX-Vk for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 13:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9Fs7-0005OW-SQ for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 13:32:50 -0500 Received: from vms173007pub.verizon.net ([206.46.173.7]:37065) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c9Fs7-0005Np-Nj for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 13:32:47 -0500 Received: from vz-proxy-m001.mx.aol.com ([64.236.83.14]) by vms173007.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OH200JJF3ILIJ40@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 12:32:46 -0600 (CST) In-reply-to: <87inrfh1f5.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org Hi, again, On 11/22/2016 12:25 PM, Nicolas Goaziou wrote: > 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, > Thank you, Nicolas. I will post this to the recutils list. Charlie