From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: INCLUDE directives in new org-mode Date: Tue, 07 May 2013 16:14:19 +0200 Message-ID: <874neeev2c.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZieu-0006ue-6P for emacs-orgmode@gnu.org; Tue, 07 May 2013 10:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZiep-0004kJ-D5 for emacs-orgmode@gnu.org; Tue, 07 May 2013 10:14:24 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:44513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZiep-0004kF-7R for emacs-orgmode@gnu.org; Tue, 07 May 2013 10:14:19 -0400 Received: by mail-wg0-f48.google.com with SMTP id f11so647154wgh.3 for ; Tue, 07 May 2013 07:14:18 -0700 (PDT) In-Reply-To: (Wiskey's message of "Mon, 6 May 2013 22:14:07 -0400") 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: Wiskey 5 Alpha Cc: emacs-orgmode@gnu.org Hello, Wiskey 5 Alpha writes: > 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)}}} You want: {{{time(%d %b %Y)}}} {{{date}}} is used to refer to #+DATE: value, but there is none in your example. Regards, -- Nicolas Goaziou