From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Invalid-read-syntax Date: Tue, 19 Apr 2016 07:01:06 +0100 Message-ID: <87potmnnml.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asOj0-0008QX-Ix for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 02:01:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asOix-0001oe-8g for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 02:01:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:34154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asOix-0001oX-2H for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 02:01:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1asOiv-0002Hf-V0 for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 08:01:22 +0200 Received: from host86-181-217-18.range86-181.btcentralplus.com ([86.181.217.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 08:01:21 +0200 Received: from m43cap by host86-181-217-18.range86-181.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 08:01:21 +0200 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" To: emacs-orgmode@gnu.org 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. -------- Backtrace Debugger entered--Lisp error: (invalid-read-syntax "#") read(#) eval-buffer(# nil "/home/redknight/git/org-mode/lisp/ox-html.el" nil t) ; Reading at buffer position 100503 load-with-code-conversion("/home/redknight/git/org-mode/lisp/ox-html.el" "/home/redknight/git/org-mode/lisp/ox-html.el" nil t) require(ox-html) byte-code("\306\307\310!\210\307\311!\210\312\313\314\315!\210\314\316!\210\314\317!\210\314\320!\210\321\322\323\322\207" [org-link-abbrev-alist org-latex-create-formula-image-program org-alphabetical-lists bibtex2html-program org-latex-table-caption-above org-latex-pdf-process (("bib" . "~/texmf/bibtex/bib/colin.bib/all_refs.bib::%s") ("baz" . "~/texmf/bibtex/bib/colin.bib/other/other_refs.bib::%s") ("notes" . "~/colin/org/bibnotes.org::#%s") ("botes" . "~/colin/org/baznotes.org::#%s") ("papers" . "~/public_html/private/refs/%s.*") ("images" . "~/public_html/private/heraldry/db/images/%s.jpg")) message "Message: End loading org-mode applications, images, reftex ..." "Message: Begin loading org-mode export & publishing settings ..." dvipng t require ox-html ox-latex ox-ascii ox-bibtex "/home/redknight/local/bin/bibtex2html -nobibsource -nolinks -noabstract -nokeywords -nodoi" nil ("pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f" "bibtex $(basename %b)" "pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f" "pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f" "bibtex $(basename %b)" "pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f" "pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f")] 2) --------------------- snip ----------- Colin.