From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianshi Huang Subject: include an .org file and lower the level of all its headers Date: Wed, 10 Nov 2010 18:46:40 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=50584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PG7GM-0003Li-0A for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 04:46:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PG7GK-0006qI-Tz for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 04:46:41 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:47308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PG7GK-0006qC-Rf for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 04:46:40 -0500 Received: by gxk2 with SMTP id 2so265209gxk.0 for ; Wed, 10 Nov 2010 01:46:40 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, I know I can include any file using #+INCLUDE. I need to include several org files, but they were edited independently as a complete document. Now I want to lower the levels of headers in these org files automatically during inclusion. Is there a way to do that? Cheers, Jianshi