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 12:58:20 +0000 Message-ID: <87o9msb5lf.fsf@russet.org.uk> References: <87efntod73.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS0RO-0003Tf-CB for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 07:59:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS0RK-000393-U1 for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 07:59:14 -0500 Received: from cloud103.planethippo.com ([78.129.138.110]:58177) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eS0RK-0002U1-La for emacs-orgmode@gnu.org; Thu, 21 Dec 2017 07:59:10 -0500 In-Reply-To: (Nicolas Goaziou's message of "Sun, 17 Dec 2017 11:34:24 +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: > Hello, > > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat its own > dog food. > > During the process, I had to re-organize some parts of the manual (e.g., > "Working with source code" section, the concept index...) and improve > the "texinfo" export back-end, which was not up to the task when Thomas > started it. 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. Phil