From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Worg update Date: Sat, 16 Jul 2011 12:51:07 -0400 Message-ID: <32307.1310835067@alphaville.dokosmarshall.org> References: <25457.1310830771@alphaville.dokosmarshall.org> <20110716163720.GA28693@facies.mindmutation.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi85P-0000Yq-SG for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 12:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qi85O-0000A0-5f for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 12:51:27 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:56095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi85N-00009G-PZ for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 12:51:25 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LOF00HONQT74050@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 11:51:13 -0500 (CDT) In-reply-to: Message from Jon Anders Skorpen of "Sat, 16 Jul 2011 16:37:20 -0000." <20110716163720.GA28693@facies.mindmutation.net> 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: Jon Anders Skorpen Cc: nicholas.dokos@hp.com, Org-mode Jon Anders Skorpen wrote: > On Sat 2011-07-16 at 11:39, Nick Dokos wrote: > > > > Did the handling of ``#+INCLUDE:'' change recently? There seem > > to be quoting problems because of lines like this: > > > > #+include: "theindex.inc" > > > > in the file ``theindex.org'' and > > > > #+INCLUDE: "../code/awk/ical2org.awk" src sh > > > > in org-tutorials/org-google-sync.org, where the quotes are not > > stripped - they are taken as part of the filename, and eventually when > > the filename is checked against the cache of last mode times, the name > > includes the quotes . That function then blows up because there is no > > file called ``"theindex.org"'' > > > > Yes it did. org-publish crashed when included files was double > quoted. But it should be fixed in commit: > 920cf53e686daea4f406aa237b48fe2ef4730426 > Thanks: I pulled org just now to get this fix and I can publish Worg locally without error. Nick