From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Subject: Re: INCLUDE directives in new org-mode Date: Wed, 08 May 2013 20:14:10 -0400 Message-ID: <87y5bp1031.wl%wiskey5alpha@gmail.com> References: <874neeev2c.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaEVF-0005Yv-FB for emacs-orgmode@gnu.org; Wed, 08 May 2013 20:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaEVE-0001IY-JY for emacs-orgmode@gnu.org; Wed, 08 May 2013 20:14:33 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:46886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaEVE-0001IU-B8 for emacs-orgmode@gnu.org; Wed, 08 May 2013 20:14:32 -0400 Received: by mail-qc0-f177.google.com with SMTP id e1so1379834qcy.36 for ; Wed, 08 May 2013 17:14:32 -0700 (PDT) In-Reply-To: <874neeev2c.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org At Tue, 07 May 2013 16:14:19 +0200, Nicolas Goaziou wrote: > > 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. One more piece of information. If I move the #+INCLUDE: directive down under a headline, then the time directive is converted. However I am trying to import this /above/ the first headline. Is that possible ? -- -Tim