From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Day Subject: org-export-handle-include-files Date: Sat, 8 Dec 2012 15:08:16 +1100 Message-ID: <031D6BA7-0AF1-4214-869A-99B7CA8F861B@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThBiB-0001Ay-BU for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 23:08:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThBiA-0005R6-22 for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 23:08:23 -0500 Received: from mail-da0-f41.google.com ([209.85.210.41]:34196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThBi9-0005Qo-TA for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 23:08:22 -0500 Received: by mail-da0-f41.google.com with SMTP id e20so456772dak.0 for ; Fri, 07 Dec 2012 20:08:21 -0800 (PST) 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 org" In the current buffer, org-export-handle-include-file overwrites: #+INCLUDE: "./some-other-file.org" with contents of the other file. For example, #+BEGIN_EXAMPLE * other file header :PROPERTIES: :OTHER_PROPS: yes :END: Contents of the other file. #+END_EXAMPLE Is this the intended behaviour? Is there a method where you can use = #+INCLUDE without overwriting the current buffer? tony tonyday567@gmail.com