Re: [O] Worg update

2011-07-16 Thread Nick Dokos
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



Re: [O] Worg update

2011-07-16 Thread Nick Dokos
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



Re: [O] Worg update

2011-07-16 Thread Bastien
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.

Thanks,

-- 
 Bastien



Re: [O] Worg update

2011-07-16 Thread Bastien
Hi Tom,

t...@tsdye.com (Thomas S. Dye) writes:

> I think Worg hasn't updated for several days.

Yes, since this commit: 
http://orgmode.org/w/?p=org-mode.git;a=commit;h=8834bde39f90e0fa54d998f107af07e545d1165e

> The last three lines in log say this:
>
> Publishing file /home/emacs/git/Worg/org-faq.org using 
> `org-publish-org-to-html'
> Exporting...
> Wrong type argument: arrayp, nil

I fixed a problem in ob.el and just republished Worg manually.

Thanks for spotting this!

-- 
 Bastien



Re: [O] Worg update

2011-07-16 Thread Jon Anders Skorpen
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



Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Matthew Sauer  wrote:

> I just did a pull and org-issues updated (about 10K some deletions and
> around the same amount of insertions.
> 

The problem is not that worg is down: pulls/pushes work fine. It's the
publishing that fails.

Nick



Re: [O] Worg update

2011-07-16 Thread Matthew Sauer
I just did a pull and org-issues updated (about 10K some deletions and
around the same amount of insertions.

On Sat, Jul 16, 2011 at 11:02 AM, Nick Dokos  wrote:
> Nick Dokos  wrote:
>
>> Also, even though somehow I had ``theindex.org'' in my clone of worg, it
>> does not seem to be git-controlled, but it also does not seem to be a
>> derived file. What's up with that?
>>
>
> Scratch this: org-publish creates theindex.org if :makeindex is set.
>
> Nick
>
>
>



Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Nick Dokos  wrote:

> Also, even though somehow I had ``theindex.org'' in my clone of worg, it
> does not seem to be git-controlled, but it also does not seem to be a
> derived file. What's up with that?
> 

Scratch this: org-publish creates theindex.org if :makeindex is set.

Nick




Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye  wrote:

> I think Worg hasn't updated for several days.
> 
> The last three lines in log say this:
> 
> Publishing file /home/emacs/git/Worg/org-faq.org using 
> `org-publish-org-to-html'
> Exporting...
> Wrong type argument: arrayp, nil
> 

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"''

Also, even though somehow I had ``theindex.org'' in my clone of worg, it
does not seem to be git-controlled, but it also does not seem to be a
derived file. What's up with that?

Nick



Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye  wrote:

> I think Worg hasn't updated for several days.
> 
> The last three lines in log say this:
> 
> Publishing file /home/emacs/git/Worg/org-faq.org using 
> `org-publish-org-to-html'
> Exporting...
> Wrong type argument: arrayp, nil
> 

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"''

Also, even though somehow I had ``theindex.org'' in my clone of worg, it
does not seem to be git-controlled, but it also does not seem to be a
derived file. What's up with that?

Nick



[O] Worg update

2011-07-16 Thread Thomas S. Dye
Aloha all,

I think Worg hasn't updated for several days.

The last three lines in log say this:

Publishing file /home/emacs/git/Worg/org-faq.org using `org-publish-org-to-html'
Exporting...
Wrong type argument: arrayp, nil

All the best,
Tom
-- 
Thomas S. Dye
http://www.tsdye.com