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: Tue, 07 May 2013 16:14:19 +0200

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.


Regards,

-- 
Nicolas Goaziou



reply via email to

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