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

2013-05-08 Thread Nicolas Goaziou
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 >>

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

2013-05-08 Thread Tim
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

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

2013-05-08 Thread Tim
>> #+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

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

2013-05-07 Thread Nicolas Goaziou
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

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

2013-05-06 Thread OSiUX
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,