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 -Jon Anders Skorpen