From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Passuello Subject: Lint multiple files at once Date: Wed, 11 Oct 2017 19:12:56 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2PGQ-0002FL-7H for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 18:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2PGL-0004cl-6N for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 18:14:06 -0400 Received: from vps2.litemind.com ([192.159.65.166]:50802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2PGL-0004Fr-0m for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 18:14:01 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:48477) by vps2.litemind.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from ) id 1e2PFe-0000Se-BY for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 18:13:18 -0400 Received: by mail-lf0-f51.google.com with SMTP id a69so3652594lfe.5 for ; Wed, 11 Oct 2017 15:13:18 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hello all, I love org-lint, but I couldn't find an easy way to get a report on multiple files. I'd like to analyze all files in a folder, getting all problems found using a single command. Any suggestions?