From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: Exporting big org file with contents split in other org files Date: Fri, 7 Oct 2016 15:18:35 +0200 Message-ID: <374d1630-f8ae-057c-25fe-057f1eac65ab@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsV2w-00089g-Nu for emacs-orgmode@gnu.org; Fri, 07 Oct 2016 09:18:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsV2s-00018s-Mv for emacs-orgmode@gnu.org; Fri, 07 Oct 2016 09:18:42 -0400 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:37676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsV2s-000185-Fx for emacs-orgmode@gnu.org; Fri, 07 Oct 2016 09:18:38 -0400 Received: by mail-wm0-x22c.google.com with SMTP id b201so38165376wmb.0 for ; Fri, 07 Oct 2016 06:18:38 -0700 (PDT) Received: from [127.0.0.1] ([212.189.161.135]) by smtp.gmail.com with ESMTPSA id q142sm3023495wmd.4.2016.10.07.06.18.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Oct 2016 06:18:36 -0700 (PDT) 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: "emacs-orgmode@gnu.org" Dear all, I know org-mode has an #+INCLUDE directive for header and initialization code. I was wondering whether this works also for creating contents below headlines. E.g. #+BEGIN_SRC org-mode * Chapter 1 #+INCLUDE: chapter-1-with-two-stars-headlines.org * Chapter 2 #+INCLUDE: chapter-2-with-two-stars-headlines.org #+END_SRC Otherwise, what is the preferred way of organizing very long documents which are better maintained as splitted, but still need to be exported together? Thanks a lot Giacomo