From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: The org paper manual - tools used Date: Wed, 05 Oct 2011 17:46:05 -0400 Message-ID: <32106.1317851165@alphaville.dokosmarshall.org> References: <878vp0m474.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBZI1-00021K-S5 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 17:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBZI0-0004YL-V6 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 17:46:09 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:35906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBZI0-0004Y0-Rh for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 17:46:08 -0400 In-Reply-To: Message from Marcelo de Moraes Serpa of "Wed\, 05 Oct 2011 15\:50\:55 CDT." 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: Marcelo de Moraes Serpa Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, XeCycle Marcelo de Moraes Serpa wrote: > How was the process, from org file to tex to paper? I think it'd be > nice if whoever did it (Carsten?) documented that on Worg. Org is > amazing as a publishing platform (for books and ebooks), but I feel > the information is still scattered around.=C2=A0 >=20 Unfortunately, the org documentation is not an org file: org.texi is the primary file and it has always been a texinfo file. makeinfo is used to turn it into an info file, and texi2pdf is used to turn it into a PDF file (and thence to paper): see the org Makefile. The reason is that org is part of emacs. The project *requires* that documentation be provided in texinfo format. Nick