From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [RFC] Org linting library Date: Wed, 27 May 2015 10:31:34 +0100 Message-ID: References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <87iobm7wi0.fsf@selenimh.access.network> <877fs1aog3.fsf@selenimh.access.network> <87617l4mxt.fsf@nicolasgoaziou.fr> <877fs02zxc.fsf@nicolasgoaziou.fr> <87h9r2dmvk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxXgh-0007sR-Cb for emacs-orgmode@gnu.org; Wed, 27 May 2015 05:31:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxXge-0007RP-5V for emacs-orgmode@gnu.org; Wed, 27 May 2015 05:31:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:50045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxXgd-0007Qw-VC for emacs-orgmode@gnu.org; Wed, 27 May 2015 05:31:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YxXga-000405-Ly for emacs-orgmode@gnu.org; Wed, 27 May 2015 11:31:40 +0200 Received: from 193.63.221.33 ([193.63.221.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2015 11:31:40 +0200 Received: from andreas.leha by 193.63.221.33 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2015 11:31:40 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Nicolas, some more spurious warnings I get: 1. Captions with short version: ,---- | 1105 low Possible missing colon in keyword "#+caption[Data" `---- 2. header arguments from ob-latex: ,---- | 451 high Unknown header argument "packages" | 451 high Unknown header argument "imoutoptions" | 451 high Unknown header argument "iminoptions" | 451 high Unknown header argument "imagemagick" | 451 high Unknown header argument "fit" `---- Best, Andreas