emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Combining multiple org files as chapters in a thesis


From: Suvayu Ali
Subject: Re: [O] Combining multiple org files as chapters in a thesis
Date: Thu, 11 Oct 2012 15:50:09 +0200
User-agent: Mutt/1.5.21 (2011-07-01)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]