eschulte/org-ehtml

wrong-type-argument numberp nil

Closed this issue · 3 comments

I've installed org-ehtml-20140501

When I browse to most org files, in my browser I get this message in my browser

Caught Error: (wrong-type-argument numberp nil)

However, some org files do render correctly.

I googled a bit to see if I could debug this and tried setting toggle-debug-on-error in emacs, but no debugger appears.

Here are two sample org files for reproducing the problem.

https://gist.github.com/sciurus/e9ee840572ea5aeaeed2

git_organizatn.org results in the error

gp_mtgs.org renders okay

I wish I could be more helpful. Both example files render successfuly for me (using the latest org-ehtml, Emacs GNU Emacs 24.4.50.2, and a very recent Org-mode version 8.2.5h).

You could try manually exporting the buggy file to html, and then to ehtml backends outside of the browser after doing a toggle-debug-on-error. This should print a nice stack-trace isolating the error.

Closing this for now, please re-open if you can recreate with a stack trace. Thanks,