From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: exporting a big project in multiple files to both pdf and html Date: Thu, 1 Feb 2018 11:17:27 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eh4RP-0002u0-HO for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 21:17:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eh4RO-0000A1-Aq for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 21:17:31 -0500 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:47088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eh4RO-00009I-3Z for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 21:17:30 -0500 Received: by mail-lf0-x230.google.com with SMTP id q194so23763458lfe.13 for ; Wed, 31 Jan 2018 18:17:29 -0800 (PST) In-Reply-To: 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: Alan Schmitt Cc: emacs-orgmode Hi, On Fri, Jan 26, 2018 at 2:37 AM, Alan Schmitt wrote: > I'm working on a project that is becoming too big to manage as a single > file, so I'm looking at splitting it in several files. This would also > have the benefit of generating several smaller html pages instead of a > single huge one. Does Org support this? or do you just export each file? > My question is about pdf export. Is it possible to take a document made > of multiple org files and generate a single book from it? I'm worried > that if I use a master org file that includes the other ones, the links > between chapters would break. You can just use '#+INCLUDE' construct and Org will take care. But that will break your follow of exporting html files described above. How about having two master files, one for html and one for pdf. In the html-master.org, you use links to connect. And in the pdf-master.org, you can just #+INCLUDE your files. It'd be nice if we could tell exporters that we want multiple files from one org file. BTW, I don't think we have direct pdf exporter. So, you must be talking about the latex exporter, right? -- yashi