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-

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 > > an

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