From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: org-lint how to include ob-rec parameters Date: Mon, 21 Nov 2016 21:17:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c90fA-0006ue-HG for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 21:18:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c90f7-000210-C1 for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 21:18:24 -0500 Received: from vms173007pub.verizon.net ([206.46.173.7]:60753) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c90f7-00020G-6v for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 21:18:21 -0500 Received: from vz-proxy-l001.mx.aol.com ([64.236.82.153]) by vms173007.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OH0004TRUDOLN30@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 20:17:54 -0600 (CST) 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, 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? Charlie Millar