At Tue, 07 May 2013 16:14:19 +0200, Nicolas Goaziou wrote: > > Hello, > > Wiskey 5 Alpha <wiskey5al...@gmail.com> 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