From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: (no subject) Date: Sun, 11 Nov 2012 16:36:43 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c0938d8922304ce39f405 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXZat-0003ii-Lb for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 10:37:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXZaq-0008RS-Iz for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 10:37:07 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:40365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXZaq-0008RM-Ck for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 10:37:04 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so2599437wgb.30 for ; Sun, 11 Nov 2012 07:37:03 -0800 (PST) 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" --f46d043c0938d8922304ce39f405 Content-Type: text/plain; charset=ISO-8859-1 I just updated a few hours ago with the git current version and I now get: Debugger entered--Lisp error: (invalid-read-syntax "#") eval-buffer(# nil "c:/Home/.org-timestamps/CQP-org.cache" nil t) ; Reading at buffer position 621 load-with-code-conversion("c:/Home/.org-timestamps/CQP-org.cache" "c:/Home/.org-timestamps/CQP-org.cache" nil nil) load("c:/Home/.org-timestamps/CQP-org.cache" nil nil t) load-file("c:/Home/.org-timestamps/CQP-org.cache") Actually, the .cache file reads : ... (puthash "c:/Home/Cours/CQP-ArTech/org/CQP-Artech-slides.org" '(:title #("CQP-ArTech Slides" 0 17 (:parent (#("CQP-ArTech Slides" 0 17 (:parent #3)))))) org-e-publish-cache) ... I guess the #3 is the culprit. Any idea what went wrong? Fabrice --f46d043c0938d8922304ce39f405 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just updated a few hours ago with the git current version and I now get:<= div>
Debugger entered--Lisp error: (invalid-read-syntax = "#")
=A0 eval-buffer(#<buffer =A0*load*> nil &quo= t;c:/Home/.org-timestamps/CQP-org.cache" nil t) =A0; Reading at buffer= position 621
=A0 load-with-code-conversion("c:/Home/.org-timestamps/CQP-org.ca= che" "c:/Home/.org-timestamps/CQP-org.cache" nil nil)
<= div>=A0 load("c:/Home/.org-timestamps/CQP-org.cache" nil nil t)
=A0 load-file("c:/Home/.org-timestamps/CQP-org.cache")
=

Actually, the .cache file reads :

<= div>...
(puthash "c:/Home/Cours/CQP-ArTech/org/CQP-Arte= ch-slides.org" '(:title #("CQP-ArTech Slides" 0 17 (:par= ent (#("CQP-ArTech Slides" 0 17 (:parent #3)))))) org-e-publish-c= ache)
...

I guess the #3 is the culprit. Any = idea what went wrong?

Fabrice
--f46d043c0938d8922304ce39f405--