From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Worg update Date: Sat, 16 Jul 2011 13:03:33 -0400 Message-ID: <32539.1310835813@alphaville.dokosmarshall.org> References: <25457.1310830771@alphaville.dokosmarshall.org> <87k4biw4sy.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi8HY-0002wp-Ad for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 13:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qi8HW-0002At-0R for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 13:03:59 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:51161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi8HV-0002Ae-Ge for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 13:03:57 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LOF00B6XRDXNIQM@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 12:03:46 -0500 (CDT) In-reply-to: Message from Bastien of "Sat, 16 Jul 2011 18:47:41 +0200." <87k4biw4sy.fsf@gnu.org> 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: Bastien Cc: nicholas.dokos@hp.com, Org-mode Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > 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"'' > > This should have been fixed around midday -- please double-check and > report any problem. > Indeed: problem fixed. Thanks, Nick