* org-lint how to include ob-rec parameters
@ 2016-11-22 2:17 Charles Millar
2016-11-22 17:25 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Charles Millar @ 2016-11-22 2:17 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-lint how to include ob-rec parameters
2016-11-22 2:17 org-lint how to include ob-rec parameters Charles Millar
@ 2016-11-22 17:25 ` Nicolas Goaziou
2016-11-22 18:32 ` Charles Millar
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2016-11-22 17:25 UTC (permalink / raw)
To: Charles Millar; +Cc: emacs-orgmode@gnu.org
Hello,
Charles Millar <millarc@verizon.net> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-lint how to include ob-rec parameters
2016-11-22 17:25 ` Nicolas Goaziou
@ 2016-11-22 18:32 ` Charles Millar
0 siblings, 0 replies; 3+ messages in thread
From: Charles Millar @ 2016-11-22 18:32 UTC (permalink / raw)
To: emacs-orgmode
Hi, again,
On 11/22/2016 12:25 PM, Nicolas Goaziou wrote:
> Hello,
>
> Charles Millar <millarc@verizon.net> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-22 18:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 2:17 org-lint how to include ob-rec parameters Charles Millar
2016-11-22 17:25 ` Nicolas Goaziou
2016-11-22 18:32 ` Charles Millar
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.