From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Wise Subject: Problems publishing Date: Fri, 10 Jan 2014 18:39:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d19f8ecf62604efa71142 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1mbV-0001iB-VJ for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 19:39:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1mbU-0003vS-6H for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 19:39:09 -0500 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:41478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1mbT-0003vM-RB for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 19:39:08 -0500 Received: by mail-wg0-f51.google.com with SMTP id z12so4571103wgg.30 for ; Fri, 10 Jan 2014 16:39:06 -0800 (PST) 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 --089e013d19f8ecf62604efa71142 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, This is my first post, I apologize if I'm violating any standards. I'm running Orgmode on a USB stick (have been for many years now), but operate it on a windows system. I just updated to Org-mode version 8.2.5c (release_8.2.5c-459-g2c782d @ g:/home/org/org-mode/lisp/), but my suspicion is that my problem has to do with the earlier but recent re-write of the EXPORT section. I read the part of the manual, but I couldn't find a clue that would help me. (I'm not a developer.) Since that update I have problems publishing ALL PROJECTS via c-e /P (Publish) [a] All Projects The error message that I am getting is "Symbol's value as variable is void: tree" I tried to publish as [p] Current project and [x] Choose project, but always the same error message. "Symbol's value as variable is void: tree" I can, however, publish each file as [f] Current file without a problem, so it seems nothing is wrong with the files per se, or the publishing function per se. Below is the project part from my .emacs file. Any hint would be appreciated. ;;list projects, personal website, family, work (setq org-publish-project-alist '(("Robert Wise's personal website" :base-directory "~/files/website" :publishing-directory "~/stage/public_html" :exclude-tags "ARCHIVE WEIGHT" :auto-sitemap non-nil :makeindex non-nil :publishing-function org-html-publish-to-html) ("images" :base-directory "~/files/website/img" :base-extension "jpg\\|gif\\|png" :publishing-directory "~/stage/public_html/img" :publishing-function org-publish-attachment) ("personal" :components ("Robert Wise's personal website" "images")) ("Robert's Summa workload" :base-directory "~/files/summa" :publishing-directory "~/stage/summa_html" :exclude-tags "ARCHIVE" :auto-sitemap non-nil :makeindex non-nil :publishing-function org-html-publish-to-html) ("images" :base-directory "~/files/summa/img" :base-extension "jpg\\|gif\\|png" :publishing-directory "~/stage/summa_html/img" :publishing-function org-publish-attachment) ("work" :components ("Robert's Summa workload" "images")) ("Robert's Family" :base-directory "~/files/family" :publishing-directory "~/stage/family_html" :exclude-tags "ARCHIVE" :auto-sitemap non-nil :makeindex non-nil :publishing-function org-html-publish-to-html) ("images" :base-directory "~/files/family/img" :base-extension "jpg\\|gif\\|png" :publishing-directory "~/stage/family_html/img" :publishing-function org-publish-attachment) ("family" :components ("Robert's Family" "images")) ("Robert's Private Affairs" :base-directory "~/files/private" :publishing-directory "~/stage/private_html" :exclude-tags "ARCHIVE" :auto-sitemap non-nil :makeindex non-nil :publishing-function org-html-publish-to-html) ("images" :base-directory "~/files/private/img" :base-extension "jpg\\|gif\\|png" :publishing-directory "~/stage/private_html/img" :publishing-function org-publish-attachment) ("private" :components ("Robert's Private Affairs" "images")))) Thanks, Robert --089e013d19f8ecf62604efa71142 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi guys,

This is my first p= ost, I apologize if I'm violating any standards.

I'm running Orgmode on a USB stick (have been for many years now), b= ut operate it on a windows system.

I just updated to Org-mode version 8.2.5c (release= _8.2.5c-459-g2c782d @ g:/home/org/org-mode/lisp/), but my suspicion is that= my problem has to do with the earlier but recent re-write of the EXPORT se= ction. I read the part of the manual, but I couldn't find a clue that w= ould help me. (I'm not a developer.)

Since that update I have problems publishing ALL PROJEC= TS=A0via c-e /P (Publish)=A0 [a] All Projects

The = error message that I am getting is=A0 "Symbol's value as variable = is void: tree"

I tried to publish as [p] Current project and [x] Choos= e project, but always the same error message.

&quo= t;Symbol's value as variable is void: tree"

I can, however, publish each file as [f] Current file without a proble= m, so it seems nothing is wrong with the files per se, or the publishing fu= nction per se.

Below is the project part from my .= emacs file.

Any=A0hint would be appreciated.

;;list projects, personal website, family, work
(setq org-publi= sh-project-alist
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 '(("Robert Wise= 's personal website"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :base-directory "~/files/websi= te"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory &= quot;~/stage/public_html"
=A0=A0=A0=A0=A0=A0 :exclude-tags "AR= CHIVE WEIGHT"
=A0=A0=A0=A0=A0=A0 :auto-sitemap non-nil
=A0=A0=A0= =A0=A0=A0 :makeindex non-nil
=A0=A0=A0=A0=A0=A0 :publishing-function org-html-publish-to-html)
=A0=A0= =A0=A0=A0 ("images"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= :base-directory "~/files/website/img"
=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 :base-extension "jpg\\|gif\\|png"
=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage/pu= blic_html/img"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-function org-publish= -attachment)
=A0=A0=A0=A0=A0 ("personal" :components ("Ro= bert Wise's personal website" "images"))
=A0= =A0=A0=A0=A0 ("Robert's Summa workload"
=A0=A0=A0=A0=A0=A0 :base-directory "~/files/summa"
=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage/summa_ht= ml"
=A0=A0=A0=A0=A0=A0 :exclude-tags "ARCHIVE"
=A0=A0= =A0=A0=A0=A0 :auto-sitemap non-nil
=A0=A0=A0=A0=A0=A0 :makeindex non-nil=
=A0=A0=A0=A0=A0=A0 :publishing-function org-html-publish-to-html)
=A0=A0= =A0=A0=A0 ("images"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= :base-directory "~/files/summa/img"
=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 :base-extension "jpg\\|gif\\|png"
=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage/summa= _html/img"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-function org-publish= -attachment)
=A0=A0=A0=A0=A0 ("work" :components ("Robert= 's Summa workload" "images"))
=A0=A0=A0=A0=A0 = ("Robert's Family"
=A0=A0=A0=A0=A0=A0 :base-directory &quo= t;~/files/family"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage= /family_html"
=A0=A0=A0=A0=A0=A0 :exclude-tags "ARCHIVE"<= br>
=A0=A0=A0=A0=A0=A0 :auto-sitemap non-nil
=A0=A0=A0=A0=A0= =A0 :makeindex non-nil
=A0=A0=A0=A0=A0=A0 :publishing-function org-html-= publish-to-html)
=A0=A0=A0=A0=A0 ("images"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0 :base-directory "~/files/family/img"
=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0 :base-extension "jpg\\|gif\\|png"
=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage= /family_html/img"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-function org-publish= -attachment)
=A0=A0=A0=A0=A0 ("family" :components ("Robe= rt's Family" "images"))
=A0=A0=A0=A0=A0 ("= ;Robert's Private Affairs"
=A0=A0=A0=A0=A0=A0 :base-directory &= quot;~/files/private"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory "~/stage= /private_html"
=A0=A0=A0=A0=A0=A0 :exclude-tags "ARCHIVE"=
=A0=A0=A0=A0=A0=A0 :auto-sitemap non-nil
=A0=A0=A0=A0=A0=A0 :makeind= ex non-nil
=A0=A0=A0=A0=A0=A0 :publishing-function org-html-publish-to-h= tml)
=A0=A0 =A0=A0=A0=A0=A0 ("images"
=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 :base-directory "~/files/private/img"
=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :base-extension "jpg\\|gif\\|png&= quot;
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-directory &= quot;~/stage/private_html/img"
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :publishing-function org-publish= -attachment)
=A0=A0=A0=A0=A0 ("private" :components ("Rob= ert's Private Affairs" "images"))))

Thanks,

Robert
--089e013d19f8ecf62604efa71142--