[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Worg update
From: |
Nick Dokos |
Subject: |
Re: [O] Worg update |
Date: |
Sat, 16 Jul 2011 12:51:07 -0400 |
Jon Anders Skorpen <address@hidden> 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