From mboxrd@z Thu Jan 1 00:00:00 1970 From: phillip.lord@russet.org.uk (Phillip Lord) Subject: Re: [RFC] Dog food, anyone? Date: Thu, 21 Dec 2017 17:26:43 +0000 Message-ID: <87shc4j8ks.fsf@russet.org.uk> References: <87efntod73.fsf@nicolasgoaziou.fr> <87o9msb5lf.fsf@russet.org.uk> <87bmiskxqy.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS4cL-0007I0-Cr for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 12:26:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS4cI-0001iX-5t for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 12:26:49 -0500 Received: from cloud103.planethippo.com ([78.129.138.110]:38705) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eS4cH-0001fQ-Rg for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 12:26:46 -0500 In-Reply-To: <87bmiskxqy.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 21 Dec 2017 14:37:41 +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" To: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: >> Good stuff! >> >> My question about this and your experiences with ox-texinfo, is would it >> be possible to integrate this into a workflow where a manual was >> converted piece-meal. >> >> So, if a texinfo manual was multi-part (like the Emacs manual for >> instance), it could be converted one file at a time, rather than having >> to do the whole lot. > > You can use #+INCLUDE keywords for that. I was wondering the other way around. Can org produce .texi that could be part of a larger existing texinfo. So, something that can be @include'd. Phil