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-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: #+INCLUDE broken (or changed) in org-mode 7.9? Help! Date: Mon, 27 Aug 2012 09:12:26 +0200 Message-ID: <87ipc4ajvp.fsf@gmail.com> References: <21686.1346048084@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tYX-000274-V1 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5tYX-0005T1-1Q for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:16:17 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:37344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tYW-0005Sw-QM for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:16:16 -0400 Received: by weys10 with SMTP id s10so2403623wey.0 for ; Mon, 27 Aug 2012 00:16:16 -0700 (PDT) In-Reply-To: <21686.1346048084@alphaville> (Nick Dokos's message of "Mon, 27 Aug 2012 02:14:44 -0400") 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: nicholas.dokos@hp.com Cc: Bill Day , emacs-orgmode@gnu.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Day Subject: Re: #+INCLUDE broken (or changed) in org-mode 7.9? Help! Date: Mon, 27 Aug 2012 08:51:04 -0400 Message-ID: References: <21686.1346048084@alphaville> <87ipc4ajvp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301ee6fd542cda04c83ec78c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5ymd-0004UD-M5 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 08:51:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5ymX-00064m-VI for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 08:51:11 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:50423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5ymX-00064Y-Ks for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 08:51:05 -0400 Received: by wgbdt14 with SMTP id dt14so1825978wgb.30 for ; Mon, 27 Aug 2012 05:51:04 -0700 (PDT) In-Reply-To: <87ipc4ajvp.fsf@gmail.com> 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: Nicolas Goaziou Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org --20cf301ee6fd542cda04c83ec78c Content-Type: text/plain; charset=ISO-8859-1 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. Thank you. > > > Regards, > > -- > Nicolas Goaziou > -- Bill Day williamson.day@gmail.com --20cf301ee6fd542cda04c83ec78c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable My bad. Thanks, guys!

On Mon, Aug 27, 201= 2 at 3:12 AM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:=
Hello,

Nick Dokos <nicholas.dokos@hp.c= om> writes:

> And there seems to be a bug in the easy template code in org.el:
> line 11390 says
>
> =A0 =A0 ("I" "#+INCLUDE %file ?"
>
> and it seems to be missing the colon.

Fixed. Thank you.


Regards,

--
Nicolas Goaziou



--
Bill Day<= br>williamson.day@gmail.com=
--20cf301ee6fd542cda04c83ec78c--