On Tue, Apr 19 2016, Nicolas Goaziou wrote: > Hello, > > Colin Baxter <m43...@yandex.com> writes: > >> With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp >> error >> (invalid-read-syntax "#"). This ocurs with emacs-25.1.50.1 and >> emacs-24.5.1. > > Could you provide an ECM? What command triggered that? > > Regards,
I'm afraid I don't know what ECM means. If you can give me some more information, I'll have a go at providing it. The error is immediately triggered when I launch emacs. The offending lines in my ~/.emacs are just (add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp")) (add-to-list 'load-path (expand-file-name "~/git/org-mode/contrib/lisp")) There are no errors if I use org-mode release_8.3.4-721-g16ad80. The error occurred first with release_8.3.4-739-g7894129 and is present also with release_8.3.4-743-g516bbf. The package ox-html looks a candidate for suspicion, perhaps. Best wishes, Colin.