From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Combining multiple org files as chapters in a thesis Date: Thu, 11 Oct 2012 15:50:09 +0200 Message-ID: <20121011135009.GB3443@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMJ9h-0005zv-TZ for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:50:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMJ9Y-0008IY-69 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:50:29 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:56519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMJ9X-0008HP-LO for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:50:20 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so1182050wey.0 for ; Thu, 11 Oct 2012 06:50:17 -0700 (PDT) Content-Disposition: inline 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Subhasis, Just a small remark: On Thu, Oct 11, 2012 at 06:52:56PM +0530, Subhasis Ray wrote: > Hi, > I am trying to write my thesis using org-mode and followed this thread: > http://lists.gnu.org/archive/html/emacs-orgmode/2007-12/msg00034.html. > But instead of putting everything in one file, I was creating one file for > each chapter with the assumption that like LaTeX I should be able to > combine them in one master file. > I am able to export each chapter individually into PDF. I tried to include > them in the master file as this: > > #+include "~/Documents/thesis/introduction.org" > #+include "~/Documents/thesis/chapter1.org" > #+include "~/Documents/thesis/chapter2.org" > #+include "~/Documents/thesis/discussion.org" > I believe your syntax here is incorrect. It should be: #+include: "/path/to/org/file.org" Welcome to Org mode; I wrote my thesis in Org mode last year although I went with the one-big-file way. Cheers, -- Suvayu Open source is the future. It sets us free.