[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [RFC] Org linting library
From: |
Rainer M Krug |
Subject: |
Re: [O] [RFC] Org linting library |
Date: |
Thu, 21 May 2015 20:23:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
Nicolas Goaziou <address@hidden> writes:
> Rainer M Krug <address@hidden> writes:
>
>> Two more questions:
>>
>> I get the following warnings:
>>
>> ,----
>> | 10 low Unknown OPTIONS item "@"
>> | 11 low Unknown OPTIONS item "skip"
>> | 11 low Unknown OPTIONS item "LaTeX"
>> | 11 low Unknown OPTIONS item "TeX"
>> `----
>>
>> based on the following lines:
>>
>> ,----
>> | #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t
>> | #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
>> `----
>>
>> The file is not that old - but have these options changed?
>
> These options do not do anything. "@" and "skip" have no equivalent.
> "TeX" and "LaTeX" are now "tex". See (info "(org) Export settings").
>
>> and I get
>>
>> ,----
>> | 1821 low Orphaned affiliated keyword: "RESULTS"
>> `----
>>
>> caused by an orphaned
>>
>> ,----
>> | #+RESULTS:
>> `----
>>
>> But these are created by evaluating a code block which produced no
>> results - so they are a valid part of the document?
>
> Correct. Note however the "low" trust on this check. It's just
> a heads-up. Anyway I remove such reports for RESULTS in wip-lint.
>
>> And an error:
>>
>> I get, in the same document I got the other errors, the following error:
>>
>> ,----
>> | Org linting process starting...
>> | org-split-string: Wrong type argument: stringp, 292
>> `----
>>
>> The backtrace is huge - how can I produce a usable backtrace?
>
> Usually, only the last top-level function call is useful.
>
> It would be better to provide an ECM, tho. The error comes from Babel
> header check. Does "292" ring a bell in a #+HEADER: line?
Addition to my last email: when I close emacs and open it again and try
to linter the ECM, it works - is it possible that there is some caching
which is not cleaned up?
Rainer
>
>
> Regards,
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: address@hidden
Skype: RMkrug
PGP: 0x0F52F982
signature.asc
Description: PGP signature
- Re: [O] [RFC] Org linting library, (continued)
- Re: [O] [RFC] Org linting library, Andreas Leha, 2015/05/19
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/20
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/20
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/20
- Re: [O] [RFC] Org linting library, Andreas Leha, 2015/05/20
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/20
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/20
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/21
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/21
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/21
- Re: [O] [RFC] Org linting library,
Rainer M Krug <=
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/21
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/21
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/22
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/22
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/23
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/24
- Re: [O] [RFC] Org linting library, Rainer M Krug, 2015/05/24
- Re: [O] [RFC] Org linting library, Andreas Leha, 2015/05/27
- Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/27
Re: [O] [RFC] Org linting library, Nicolas Goaziou, 2015/05/19