Re: [O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-27 Thread Bill Day
My bad. Thanks, guys! On Mon, Aug 27, 2012 at 3:12 AM, Nicolas Goaziou wrote: > Hello, > > Nick Dokos writes: > > > And there seems to be a bug in the easy template code in org.el: > > line 11390 says > > > > ("I" "#+INCLUDE %file ?" > > > > and it seems to be missing the colon. > > Fixed. T

Re: [O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-27 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > And there seems to be a bug in the easy template code in org.el: > line 11390 says > > ("I" "#+INCLUDE %file ?" > > and it seems to be missing the colon. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-26 Thread Nick Dokos
Bill Day wrote: > The following code used to include the sitemap and a search box in my > published index.html page: > > index.org > > #+SETUPFILE: ~/elisp/org-templates/level-0.org > #+TITLE: Wiki > #+HTML: > #+INCLUDE sitemap-generated.org > #+HTML: > #+INCLUDE search.org > ... > Now they

[O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-26 Thread Bill Day
The following code used to include the sitemap and a search box in my published index.html page: index.org #+SETUPFILE: ~/elisp/org-templates/level-0.org #+TITLE: Wiki #+HTML: #+INCLUDE sitemap-generated.org #+HTML: #+INCLUDE search.org . . . default.el (require 'org-publish) (setq org-publis