From mboxrd@z Thu Jan 1 00:00:00 1970 From: aman Subject: Re: [PATCH] lisp/ox-publish.el: Handle includes with searches Date: Wed, 30 Dec 2015 11:28:26 +0000 (UTC) Message-ID: References: <1447538173-45139-1-git-send-email-nick@ausimian.net> <87fuzx9di7.fsf@nicolasgoaziou.fr> <87ziwtneep.fsf@nicolasgoaziou.fr> <87oad8nvi0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEEvr-00039S-Co for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 06:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEEvn-0000zl-D9 for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 06:28:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:38581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEEvn-0000zh-5z for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 06:28:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aEEvi-0001EP-19 for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 12:28:37 +0100 Received: from mail.ruijie.cn ([mail.ruijie.cn]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2015 12:28:34 +0100 Received: from aman_yang by mail.ruijie.cn with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2015 12:28:34 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 statement in *info* page, > > there's no space between search option and file path. > > Fix it. > > Thank you. It looks good. > > Have you signed FSF papers already? Otherwise, you need to add > TINYCHANGE at the end of the commit message. > > Regards, > Oh Sorry. I didn't read contribution guide careful. This is my first patch to GNU. Is these words OK? 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. Best Regards