Hello,
Wiskey 5 Alpha <[email protected]> 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