From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Changing the level of a heading during an 'include' Date: Sun, 31 Jan 2010 13:19:18 -0800 Message-ID: <4B65F3D6.6090000@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbhCb-0004M0-Ii for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 16:19:29 -0500 Received: from [199.232.76.173] (port=46140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbhCa-0004LG-Tn for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 16:19:28 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbhCa-00067l-0h for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 16:19:28 -0500 Received: from qmta07.emeryville.ca.mail.comcast.net ([76.96.30.64]:59309) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbhCZ-00067F-Db for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 16:19:27 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode emacs-orgmode This may sound off-beat but I have several org files I am using in putting together a set of notes for teaching. Each file is for a different class session. Each file has several top-level headings with sub-headings under it. This works fine for exporting each session's notes (my teaching notes and handouts) independently. However, I would like to gather all these notes into a single document that I can put in a binder with a table of contents, etc. This would indicate that these files would have a separate 'chapter' in the book. That means that the top-level headings in each file should be demoted one level when exporting the entire collection as a single volume. Is something like this possible without going in and manually editing each file's contents? Mark