emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC] Org linting library


From: Nicolas Goaziou
Subject: Re: [O] [RFC] Org linting library
Date: Mon, 20 Apr 2015 11:12:24 +0200

"Charles C. Berry" <address@hidden> writes:

>>  - orphaned affiliated keywords
>
> This generates an orphaned keyword warning, but seems innocuous and is 
> what babel renders.
>
> #+NAME: abc
> #+BEGIN_SRC emacs-lisp
> nil #+END_SRC
>
> #+RESULTS: abc

Indeed, it is innocuous. It is meant to catch, e.g.,

  #+CAPTION: my table

  | table with a spurious newline above |

This check has a "low" trust level so false positive are OK.

>>  - wrong header arguments in src blocks
>
> IFF the header args are in the #+BEGIN_SRC line.
>
> #+HEADER lines and header-arg properties are not screened AFAICS.

Indeed. Here's an update.

Thank you for the feedback.


Regards,

Attachment: 0001-Implement-Org-linting.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]