emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] INCLUDE directives in new org-mode


From: Nicolas Goaziou
Subject: Re: [O] INCLUDE directives in new org-mode
Date: Thu, 09 May 2013 08:04:43 +0200

Hello,

Tim <address@hidden> writes:

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

Probably not if your Org version is below 8.0.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]