From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+INCLUDE broken (or changed) in org-mode 7.9? Help! Date: Mon, 27 Aug 2012 02:14:44 -0400 Message-ID: <21686.1346048084@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5sb8-0004ld-JL for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 02:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5sb1-00046J-Ud for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 02:14:54 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:47936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5sb1-000466-P0 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 02:14:47 -0400 In-Reply-To: Message from Bill Day of "Mon, 27 Aug 2012 01:25:31 EDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bill Day Cc: emacs-orgmode@gnu.org 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 do not appear anymore. Any suggestions, please? Missing colons probably: #+INCLUDE: sitemap-generated.org 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. Nick