From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Day Subject: #+INCLUDE broken (or changed) in org-mode 7.9? Help! Date: Mon, 27 Aug 2012 01:25:31 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6de00efed586804c8388d6c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5rpO-0005gy-O9 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 01:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5rpN-0000bN-0B for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 01:25:34 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:44250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5rpM-0000bJ-Ox for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 01:25:32 -0400 Received: by weys10 with SMTP id s10so2356136wey.0 for ; Sun, 26 Aug 2012 22:25:32 -0700 (PDT) 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: emacs-orgmode@gnu.org --0016e6de00efed586804c8388d6c Content-Type: text/plain; charset=ISO-8859-1 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-publish-project-alist '( ("wiki-notes" :base-directory "~/git/org-mode/wiki" :base-extension: "org" :publishing-directory "/ssh:[my site]:/usr/local/share/wiki/" :recursive t :publishing-function org-publish-org-to-html :headline-levels 4 :auto-preamble t :table-of-contents nil :auto-sitemap t :sitemap-filename "sitemap-generated.org" :section-numbers nil ) ("wiki-static" :base-directory "~/git/org-mode/wiki/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "/ssh:[my site]/usr/local/share/wiki/" :recursive t :publishing-function org-publish-attachment ) ("wiki" :components ("wiki-notes" "wiki-static")) )) Now they do not appear anymore. Any suggestions, please? Thanks, Bill Day -- Bill Day williamson.day@gmail.com --0016e6de00efed586804c8388d6c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The following code used to include the sitemap and a search box in my publi= shed index.html page:

index.org
=
#+SETUPFILE: ~/elisp/org-templates/level= -0.org
#+TITLE: Wiki
#+HTML: <div class=3D"container"><div c= lass=3D"span-4">
#+INCLUDE sitemap-generated.org
#+HTML: </div><div class=3D&= quot;span-16">
#+INCLUDE search.org
. . .

defa= ult.el

(require 'org-publish)
(setq org-publish-project-alist=
=A0=A0=A0=A0=A0 '(

=A0("wiki-notes"
=A0 :base-d= irectory "~/git/org-mode/wiki"
=A0 :base-extension: "org"
=A0 :publishing-directory "/ss= h:[my site]:/usr/local/share/wiki/"
=A0 :recursive t
=A0 :publis= hing-function org-publish-org-to-html
=A0 :headline-levels 4
=A0 :aut= o-preamble t
=A0 :table-of-contents nil
=A0 :auto-sitemap t
=A0 :sitemap-filename = "sitemap-generated.org&qu= ot;
=A0 :section-numbers nil
=A0 )

("wiki-static"=A0:base-directory "~/git/org-mode/wiki/"
=A0:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf= "
=A0:publishing-directory "/ssh:[my site]/usr/local/share/wik= i/"
=A0:recursive t
=A0:publishing-function org-publish-attachme= nt
=A0)

("wiki" :components ("wiki-notes" "wik= i-static"))


))


Now they do not app= ear anymore.=A0 Any suggestions, please?

Thanks,

Bill Day
=
--
Bill Day
williamson.d= ay@gmail.com
--0016e6de00efed586804c8388d6c--