Hello,
Tim writes:
> 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
>>
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 wa
>> #+INCLUDE: date.org
I changed this to #+INCLUDE: "date.org"
>>
>>
>> * this is a test
>>
>> --- date.org
>> {{{date(%d %b %Y)}}}
>
>You want:
>
> {{{time(%d %b %Y)}}}
I made this change as well, however the same results. Any thing in the
included file is copied verbatim...
-Tim
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 c
El lun, 06 may 2013, Wiskey 5 Alpha decía:
>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,