Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-30 Thread Nicolas Goaziou
Hello, aman writes: > org-publish: Fix get `included-file' logic. > > * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): >According to the syntax of #+INCLUDE statement in *info* page, >there's no space between search option and file path. >Make a TINYCHANGE to fix it.

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-30 Thread aman
Nicolas Goaziou nicolasgoaziou.fr> writes: > > Hello, > > aman 163.com> writes: > > > Here's new patch, and hope it helps. > > > > org-publish: Fix get 'included-file' logic. > > > > * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): > > According to the syntax of #+INCLUDE sta

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-30 Thread Nicolas Goaziou
Hello, aman writes: > Here's new patch, and hope it helps. > > org-publish: Fix get 'included-file' logic. > > * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): > According to the syntax of #+INCLUDE statement in *info* page, > there's no space between search option and file pa

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-29 Thread aman
Hi, Nicolas Goaziou nicolasgoaziou.fr> writes: > > Hello, > > aman 163.com> writes: > > > I was using org-publish which was already applied with this patch. > > but I got following error message when I published an org file including > > another one. > > > > org-publish-cache

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-29 Thread Nicolas Goaziou
Hello, aman writes: > I was using org-publish which was already applied with this patch. > but I got following error message when I published an org file including > another one. > > org-publish-cache-ctime-of-src: No such file: > "/home/emacs/gtd/inbox.org::writing" > >

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-12-28 Thread aman
Nicolas Goaziou nicolasgoaziou.fr> writes: > > Hello, > > Nick Gunn ausimian.net> writes: > > > * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Ignore > > any link search suffix on an include so that the path represents a > > valid file during the publishing check. > > Ap

Re: [O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-11-23 Thread Nicolas Goaziou
Hello, Nick Gunn writes: > * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Ignore > any link search suffix on an include so that the path represents a > valid file during the publishing check. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH] lisp/ox-publish.el: Handle includes with searches

2015-11-20 Thread Nick Gunn
* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Ignore any link search suffix on an include so that the path represents a valid file during the publishing check. TINYCHANGE --- lisp/ox-publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-p