From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: (no subject) Date: Mon, 12 Nov 2012 00:09:19 +0100 Message-ID: <87625b91pc.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXgih-0002To-Ph for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 18:13:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXgie-0006gi-NZ for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 18:13:39 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXgie-0006ge-Ga for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 18:13:36 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so2729371wgb.30 for ; Sun, 11 Nov 2012 15:13:34 -0800 (PST) In-Reply-To: (Fabrice Popineau's message of "Sun, 11 Nov 2012 16:36:43 +0100") 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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > 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? To sum it up, I added :parent property to each string but org-e-publish tries to store them in the cache, which is impossible since cache is eventually written to a file. I have pushed a fix for that problem. Is it correct now? Thanks for submitting this. Regards, -- Nicolas Goaziou