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.
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
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
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
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"
>
>
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
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
* 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