From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: org-lint does not finish on some org-mode buffer Date: Wed, 11 Nov 2015 10:40:57 +0100 Message-ID: <2015-11-11T10-32-34@devnull.Karl-Voit.at> References: <20150809184614.GA9416@boo.workgroup> <2015-11-10T16-56-09@devnull.Karl-Voit.at> <87lha5v55a.fsf@nicolasgoaziou.fr> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwRui-0004vq-0n for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 04:42:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwRuU-0005VT-HP for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 04:41:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:54863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwRuU-0005VM-A9 for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 04:41:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZwRuI-0007Eb-3F for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 10:41:34 +0100 Received: from friends.grml.info ([136.243.234.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2015 10:41:34 +0100 Received: from news1142 by friends.grml.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2015 10:41:34 +0100 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 * Nicolas Goaziou wrote: > Hello, Hi Nicolas! > Karl Voit writes: > > It is. C-g with `toggle-debug-on-quit' would be interesting. Also, you > could bisect your document to check if is really coming from its sheer > size or from particular structure in it. I have several Org-mode related issues so `toggle-debug-on-quit' is always active at my side :-) I've done org-lint on [1] which was finished quite fast - so it's not an issue with my huge files only: I had to kill -9 Emacs to quit. I was using Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) from Debian stable (Jessie). First, I tried to start Emacs without my personal configuration: Emacs was started (in command line version without XOrg) via: #+BEGIN_SRC sh emacs --no-init-file --no-site-file #+END_SRC In *scratch* I executed following lines to switch from default Org-mode to my local git version: #+BEGIN_SRC elisp (add-to-list 'load-path "~/.emacs.d/contrib/org-mode/lisp") (add-to-list 'load-path "~/.emacs.d/contrib/org-mode/contrib/lisp" t) (require 'org-lint) #+END_SRC After opening [1] I got "Variable binding depth exceeds max-specpdl-size". No idea, what I am missing to test it with --no-init-file. Maybe you can tell me. With my config from [2] (with XOrg) and Org-mode from git[3] I got an error message I was not able to post it here because of special characters: [4] [1] https://github.com/novoid/lazyblorg/blob/master/dev/lazyblorg.org [2] https://github.com/novoid/dot-emacs [3] c032c48e8407f1a888396d2cb5e5d1b12099fe30 [4] http://Karl-Voit.at/temp/2015-11-11-org-lint-error.txt (online for a couple of days) -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github