[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-lint how to include ob-rec parameters
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-lint how to include ob-rec parameters |
Date: |
Tue, 22 Nov 2016 18:25:34 +0100 |
Hello,
Charles Millar <address@hidden> 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