From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-lint and #+call lines Date: Tue, 28 Apr 2015 22:18:20 +0200 Message-ID: <87zj5sj9bn.fsf@nicolasgoaziou.fr> References: <87vbgikqn7.fsf@nicolasgoaziou.fr> <87r3r6koj6.fsf@nicolasgoaziou.fr> <87fv7lby3l.fsf@selenimh.mobile.lan> <87zj5sr8h7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnBwC-0001nf-1I for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnBwB-0004eG-7h for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:16:59 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:59547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnBwA-0004dx-WC for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:16:59 -0400 In-Reply-To: (Thomas S. Dye's message of "Tue, 28 Apr 2015 10:04:28 -1000") 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: "Thomas S. Dye" Cc: Org-mode tsd@tsdye.com (Thomas S. Dye) writes: > Another false positive, I think: > > 1360 low Unknown value "no" for header ":eval" Fixed too, and also cherry-picked from wip-lint. > Also, after I run org-lint I sometimes lose the cursor. The frame > around the *Org Lint* window flickers a bit, as if *Org Lint* is being > refreshed over and over. It should only refresh if you press `g' in lint buffer. > Apologies in advance for such a vague report. I'm not sure where to > start debugging something like this. You can debug `org-lint--generate-reports'. It is the function responsible for refreshing the buffer. It should only be called once after "M-x org-lint" and every time *Org Lint* buffer is refreshed (i.e., with `g'). Regards,