From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wiskey 5 Alpha Subject: INCLUDE directives in new org-mode Date: Mon, 6 May 2013 22:14:07 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0141a95e426cb804dc175fca Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZXPw-0002m9-T2 for emacs-orgmode@gnu.org; Mon, 06 May 2013 22:14:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZXPs-00069N-0R for emacs-orgmode@gnu.org; Mon, 06 May 2013 22:14:12 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:42404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZXPr-00069I-RO for emacs-orgmode@gnu.org; Mon, 06 May 2013 22:14:07 -0400 Received: by mail-qa0-f47.google.com with SMTP id i13so1860766qae.13 for ; Mon, 06 May 2013 19:14:07 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e0141a95e426cb804dc175fca Content-Type: text/plain; charset=UTF-8 Hello all, I am trying to use the #+INCLUDE directives to have template information for a series of orgmode files that I want to export. Prior to upgrading to v8, the below minimal example was working. But as of the upgrade, any text in an included file is just copied in verbatim. --- foo.org #+INCLUDE: date.org * this is a test --- date.org {{{date(%d %b %Y)}}} When I export foo.org using the odt exporter, the date does not show, but it used to in previous versions. Is there something I need to do to the syntax of the include ? -Tim --089e0141a95e426cb804dc175fca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello all,
=C2=A0=C2=A0 I am trying to use the #+INCLUDE directives to have templat= e information for a series of orgmode files that I want to export.=C2=A0 Pr= ior to upgrading to v8, the below minimal example was working.=C2=A0=C2=A0 = But as of the upgrade, any text in an included file is just copied in verba= tim.

--- foo.org

#+INCLUDE= : date.org

* this is a test
--- date.org
{{{date(%d= %b %Y)}}}

When I export foo.org using the od= t exporter, the date does not show, but it used to in previous versions.=C2= =A0 Is there something I need to do to the syntax of the include ?

=
-Tim

--089e0141a95e426cb804dc175fca--