emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-lint does not finish on some org-mode buffer


From: Karl Voit
Subject: Re: [O] org-lint does not finish on some org-mode buffer
Date: Wed, 11 Nov 2015 10:40:57 +0100
User-agent: slrn/pre1.0.0-18 (Linux)

* Nicolas Goaziou <address@hidden> wrote:
> Hello,

Hi Nicolas!

> Karl Voit <address@hidden> 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




reply via email to

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