From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dexter Rodriguez Subject: Bug: org-publishing error [7.9.3e (7.9.3e-7-g1056fc-elpa @ c:/home/.emacs.d/elpa/org-20130211/)] Date: Sun, 3 Mar 2013 14:12:39 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043d66c3d88fff04d70c8900 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCH9B-0000Kk-QM for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 17:12:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCH97-0005wx-0R for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 17:12:45 -0500 Received: from mail-wg0-f68.google.com ([74.125.82.68]:37594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCH96-0005wq-Kq for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 17:12:40 -0500 Received: by mail-wg0-f68.google.com with SMTP id es5so994709wgb.11 for ; Sun, 03 Mar 2013 14:12:39 -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 --f46d043d66c3d88fff04d70c8900 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable To: emacs-orgmode@gnu.org Subject: Bug: org-publishing error [7.9.3e (7.9.3e-7-g1056fc-elpa @ c:/home/.emacs.d/elpa/org-20130211/)] --text follows this line-- Each time I try to org-publish-project RET the debugger produces this error Can you help? Thanks Dexter ------------------------------------------------------------------------ Emacs : GNU Emacs 24.2.1 (i386-mingw-nt5.1.2600) of 2012-08-28 on MARVIN Package: Org-mode version 7.9.3e (7.9.3e-7-g1056fc-elpa @ c:/home/.emacs.d/elpa/org-20130211/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-custom-commands '(("c" "Calendar" agenda "" ((org-agenda-ndays 7) (org-agenda-start-on-weekday 0) (org-agenda-time-grid nil) (org-agenda-repeating-timestamp-show-all t) (org-agenda-entry-types (quote (:timestamp :sexp)))) ) ) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-export-interblocks '((src org-babel-exp-non-block-elements)) org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-publish-project-alist '(("orgfiles" :base-directory "/tmp/org/" :base-extension "org" :publishing-directory "/tmp/html/notebook/" :publishing-function org-publish-org-to-html :headline-levels 3 :section-numbers nil :table-of-contents nil :style "" :html-preamble = t) ("images" :base-directory "/tmp/images/" :base-extension "jpg\\|gif\\|png" :publishing-directory "/tmp/html/images/" :publishing-function org-publish-attachment) ("other" :base-directory "/tmp/other/" :base-extension "css\\|el" :publishing-directory "/tmp/html/other/" :publishing-function org-publish-attachment) ("website" :components ("orgfiles" "images" "other"))) org-agenda-include-diary t org-export-first-hook '(org-beamer-initialize-open-trackers) org-from-is-user-regexp nil org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-metadown-hook '(org-babel-pop-to-session-maybe) org-agenda-files '("~/org") org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-babel-load-languages '((emacs-lisp . t) (sh . t)) org-confirm-shell-link-function 'yes-or-no-p ) --- here is test file #+STARTUP: showall * General Test Project ** MUST DO GENERAL TODO 1. first thing 2. second thing ** TABLE #+CONSTANTS: c=3D299792458. pi=3D3.14 eps=3D2.4e-6 | lab1 | lab2 | lab3 | | a | 1 | 0.5 | | b | 5 | 2.5 | | 299792460. | 3.14 | 1.57 | #+TBLFM: $3=3D$2/2::@4$1=3D$c::@4$2=3D$pi file:remember.org --- remember.org contents * remember This a the first line in the remember file --- here is the traceback Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("\\([^\\\\]\\)\\([_^]\\)" nil) org-export-protect-sub-super(nil) org-export-normalize-links() org-export-preprocess-string(#("#+STARTUP: showall\n\n* General Test Project\n\n\n\n \n** MUST DO GENERAL TODO\n1. first thing \n2. second thing\n\n\n** TABLE\n#+CONSTANTS: c=3D299792458. pi=3D3.14 eps=3D2.4e-6\n| = lab1 | lab2 | lab3 |\n| a | 1 | 0.5 |\n| b | 5 | 2.5 |\n| 299792460. | 3.14 | 1.57 |\n#+TBLFM: $3=3D$2/2::@4$1=3D$c::@4 $2=3D$pi\n\n\nfile:remember.org\n\n" 0 18 (fontified t font-lock-fontified = t face org-meta-line) 18 19 (fontified t) 19 20 (fontified t) 20 22 (fontified t face org-level-1) 22 42 (fontified t face org-level-1) 42 49 (fontified t) 49 50 (fontified t face org-hide) 50 52 (fontified t face org-level-2) 52 72 (fontified t face org-level-2) 72 73 (fontified t) 73 90 (fontified t) 90 106 (fontified t) 106 108 (fontified t) 108 109 (fontified t face org-hide) 109 111 (fontified t face org-level-2) 111 116 (fontified t face org-level-2) 116 117 (fontified t) 117 161 (fontified t font-lock-fontified t face org-meta-line) 161 162 (fontified t) 162 164 (fontified t face org-table) 164 168 (fontified t face org-table) 168 177 (fontified t face org-table) 177 181 (fontified t face org-table) 181 184 (fontified t face org-table) 184 188 (fontified t face org-table) 188 190 (fontified t face org-table) 190 191 (fontified t) 191 193 (fontified t face org-table) 193 194 (fontified t face org-table) 194 209 (fontified t face org-table) 209 210 (fontified t face org-table) 210 214 (fontified t face org-table) 214 217 (fontified t face org-table) 217 219 (fontified t face org-table) 219 220 (fontified t) 220 222 (fontified t face org-table) 222 223 (fontified t face org-table) 223 238 (fontified t face org-table) 238 239 (fontified t face org-table) 239 243 (fontified t face org-table) 243 246 (fontified t face org-table) 246 248 (fontified t face org-table) 248 249 (fontified t) 249 251 (fontified t face org-table) 251 261 (fontified t face org-table) 261 264 (fontified t face org-table) 264 268 (fontified t face org-table) 268 271 (fontified t face org-table) 271 275 (fontified t face org-table) 275 277 (fontified t face org-table) 277 278 (fontified t) 278 313 (fontified t font-lock-fontified t face org-meta-line) 313 314 (fontified t) 314 316 (fontified t) 316 332 (fontified t org-no-flyspell t mouse-face highlight face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))) 332 333 (fontified t org-no-flyspell t mouse-face highlight face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link)) 333 335 (fontified t)) :emph-multiline t :for-backend html :skip-before-1st-heading nil :drawers nil :todo-keywords t :tasks t :tags not-in-toc :priority nil :footnotes t :timestamps t :archived-trees headline :select-tags ("export") :exclude-tags ("noexport") :add-text nil :LaTeX-fragments t) org-export-as-html(3 (:buffer-will-be-killed t :base-directory "/tmp/org/" :base-extension "org" :publishing-directory "/tmp/html/notebook/" :publishing-function org-publish-org-to-html :headline-levels 3 :section-numbers nil :table-of-contents nil :style "" :html-preamble = t) nil nil "c:/tmp/html/notebook/") org-publish-org-to("html" (:base-directory "/tmp/org/" :base-extension "org" :publishing-directory "/tmp/html/notebook/" :publishing-function org-publish-org-to-html :headline-levels 3 :section-numbers nil :table-of-contents nil :style "" :html-pream= ble t) "c:/tmp/org/test.org" "c:/tmp/html/notebook/") org-publish-org-to-html((:base-directory "/tmp/org/" :base-extension "org" :publishing-directory "/tmp/html/notebook/" :publishing-function org-publish-org-to-html :headline-levels 3 :section-numbers nil :table-of-contents nil :style "" :html-pream= ble t) "c:/tmp/org/test.org" "c:/tmp/html/notebook/") org-publish-file("c:/tmp/org/test.org" ("orgfiles" :base-directory "/tmp/org/" :base-extension "org" :publishing-directory "/tmp/html/notebook/" :publishing-function org-publish-org-to-html :headline-levels 3 :section-numbers nil :table-of-contents nil :style "" :html-preamble = t) t) #[(project) "\306=08@!\210=08A=19\307 \310\"=1A\307 \311\"=1B\307 \312\"\= 206=1A (There are a lot more hex characters in #[(project) but they do not copy from the clipboard) --f46d043d66c3d88fff04d70c8900 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Subject: Bug: org-publishing error [7.9.3e (7.9= .3e-7-g1056fc-elpa @ c:/home/.emacs.d/elpa/org-20130211/)]
=A0
--text follows this line--

Each tim= e I try to org-publish-project RET the debugger produces this error
Can you help?
Thanks
Dexter
----------------------------------------------------------------------= --



Emacs =A0: GN= U Emacs 24.2.1 (i386-mingw-nt5.1.2600)
=A0of 2012-08-28 on MARVIN=
Package: Org-mode version 7.9.3e (7.9.3e-7-g1056fc-elpa @ c:/home/.ema= cs.d/elpa/org-20130211/)

current state:
= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
=A0org= -export-blocks '((src org-babel-exp-src-block nil)
=A0 =A0 (export-c= omment org-export-blocks-format-comment t)
=A0 =A0 (ditaa org-export-blocks-format-dita= a nil) (dot org-export-blocks-format-dot nil))
=A0org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-exec= ute-safely-maybe)
=A0org-export-preprocess-before-selecting-backe= nd-code-hook '(org-beamer-select-beamer-code)
=A0org-tab-firs= t-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
=A0 =A0 =A0org-ba= bel-hide-result-toggle-maybe org-babel-header-arg-expand)
=A0org-= cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers or= g-cycle-show-empty-lines
=A0org-optimize-w= indow-after-visibility-change)
=A0org-agenda-custom-commands '= ;(("c" "Calendar" agenda ""
=A0 =A0 =A0 ((org-agenda-nda= ys 7) (org-agenda-start-on-weekday 0)
(org-agenda-time= -grid nil) (org-agenda-repeating-timestamp-show-all t)
(org-agenda-entry-types (quote = (:timestamp :sexp))))
=A0 =A0 =A0 )
=A0 =A0 =A0)<= /div>
=A0org-agenda-before-write-hook '(org-agenda-add-entry-text)<= /div>
=A0org-speed-command-hook '(org-speed-command-default-hook or= g-babel-speed-command-hook)
=A0org-babel-pre-tangle-hook '(save-buffer)
=A0org-occur= -hook '(org-first-headline-recenter)
=A0org-export-interblock= s '((src org-babel-exp-non-block-elements))
=A0org-metaup-hoo= k '(org-babel-load-in-session-maybe)
=A0org-confirm-elisp-link-function 'yes-or-no-p
=A0org-e= xport-latex-format-toc-function 'org-export-latex-format-toc-default
=A0org-export-preprocess-before-normalizing-links-hook '(org-re= move-file-link-modifiers)
=A0org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
=
=A0org-publish-project-alist '(("orgfiles" :base-directo= ry "/tmp/org/" :base-extension "org"
=A0 =A0 =A0:publishing-direct= ory "/tmp/html/notebook/" :publishing-function
=A0 =A0 =A0org-p= ublish-org-to-html :headline-levels 3 :section-numbers nil
=A0 =A0 =A0:table-of-conten= ts nil :style
=A0 =A0 =A0"= ;<link rel=3D\"stylesheet\"\n =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 href=3D\"../other/zenburn-code.css\" type=3D\"te= xt/css\"/>" :html-preamble t)
=A0 =A0 ("i= mages" :base-directory "/tmp/images/" :base-extension "= jpg\\|gif\\|png"
= =A0 =A0 =A0:publishing-directory "/tmp/html/images/" := publishing-function
=A0 =A0 =A0org-p= ublish-attachment)
= =A0 =A0 ("other" :base-directory "/tmp/other/" = :base-extension "css\\|el"
=A0 =A0 =A0:publ= ishing-directory "/tmp/html/other/" :publishing-function
=A0 =A0 =A0org-publ= ish-attachment)
=A0 =A0 ("w= ebsite" :components ("orgfiles" "images" "oth= er")))
=A0org-agenda-include-diary t
=A0org-export= -first-hook '(org-beamer-initialize-open-trackers)
=A0org-from-is-user-regexp nil
=A0org-export-latex-final-hoo= k '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-= frames
=A0 = =A0 =A0 org-beamer-place-default-actions-for-lists)
=A0org-export-latex-after-initial-vars-hook '(org-beamer-after-ini= tial-vars)
=A0org-metadown-hook '(org-babel-pop-to-session-ma= ybe)
=A0org-agenda-files '("~/org")
=A0or= g-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-conf= igure-edit-buffer)
=A0org-after-todo-state-change-hook '(org-clock-out-if-current)
=A0org-babel-load-languages '((emacs-lisp . t) (sh . t))
<= div>=A0org-confirm-shell-link-function 'yes-or-no-p
=A0)

--- here is test file
#+STARTUP: = showall

* General Test Project



=A0=A0
** MUST DO GENERAL TOD= O
1. first thing =A0
2. second thing

=
** TABLE
#+CONSTANTS: c=3D299792458. pi=3D3.14 eps= =3D2.4e-6
| lab1 =A0 =A0 =A0 | lab2 | lab3 |
| a =A0 = =A0 =A0 =A0 =A0| =A0 =A01 | =A00.5 |
| b =A0 =A0 =A0 =A0 =A0| =A0 =A05 | =A02.5 |
| 299792460. | = 3.14 | 1.57 |
#+TBLFM: $3=3D$2/2::@4$1=3D$c::@4$2=3D$pi


--- remember.org contents
* remember
This a the first line in the remember file

--- here is the traceback
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
<= div>=A0 string-match("\\([^\\\\]\\)\\([_^]\\)" nil)
=A0= org-export-protect-sub-super(nil)
=A0 org-export-normalize-links= ()
=A0 org-export-preprocess-string(#("#+STARTUP: showall\n\n* Gener= al Test Project\n\n\n\n =A0\n** MUST DO GENERAL TODO\n1. first thing =A0\n2= . second thing\n\n\n** TABLE\n#+CONSTANTS: c=3D299792458. pi=3D3.14 eps=3D2= .4e-6\n| lab1 =A0 =A0 =A0 | lab2 | lab3 |\n| a =A0 =A0 =A0 =A0 =A0| =A0 =A0= 1 | =A00.5 |\n| b =A0 =A0 =A0 =A0 =A0| =A0 =A05 | =A02.5 |\n| 299792460. | = 3.14 | 1.57 |\n#+TBLFM: $3=3D$2/2::@4$1=3D$c::@4$2=3D$pi\n\n\nfile:remember.org\n\n" 0 18 (fontified t font-= lock-fontified t face org-meta-line) 18 19 (fontified t) 19 20 (fontified t= ) 20 22 (fontified t face org-level-1) 22 42 (fontified t face org-level-1)= 42 49 (fontified t) 49 50 (fontified t face org-hide) 50 52 (fontified t f= ace org-level-2) 52 72 (fontified t face org-level-2) 72 73 (fontified t) 7= 3 90 (fontified t) 90 106 (fontified t) 106 108 (fontified t) 108 109 (font= ified t face org-hide) 109 111 (fontified t face org-level-2) 111 116 (font= ified t face org-level-2) 116 117 (fontified t) 117 161 (fontified t font-l= ock-fontified t face org-meta-line) 161 162 (fontified t) 162 164 (fontifie= d t face org-table) 164 168 (fontified t face org-table) 168 177 (fontified= t face org-table) 177 181 (fontified t face org-table) 181 184 (fontified = t face org-table) 184 188 (fontified t face org-table) 188 190 (fontified t= face org-table) 190 191 (fontified t) 191 193 (fontified t face org-table)= 193 194 (fontified t face org-table) 194 209 (fontified t face org-table) = 209 210 (fontified t face org-table) 210 214 (fontified t face org-table) 2= 14 217 (fontified t face org-table) 217 219 (fontified t face org-table) 21= 9 220 (fontified t) 220 222 (fontified t face org-table) 222 223 (fontified= t face org-table) 223 238 (fontified t face org-table) 238 239 (fontified = t face org-table) 239 243 (fontified t face org-table) 243 246 (fontified t= face org-table) 246 248 (fontified t face org-table) 248 249 (fontified t)= 249 251 (fontified t face org-table) 251 261 (fontified t face org-table) = 261 264 (fontified t face org-table) 264 268 (fontified t face org-table) 2= 68 271 (fontified t face org-table) 271 275 (fontified t face org-table) 27= 5 277 (fontified t face org-table) 277 278 (fontified t) 278 313 (fontified= t font-lock-fontified t face org-meta-line) 313 314 (fontified t) 314 316 = (fontified t) 316 332 (fontified t org-no-flyspell t mouse-face highlight f= ace org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-= file-at-mouse) (mouse-2 . org-open-at-mouse))) 332 333 (fontified t org-no-= flyspell t mouse-face highlight face org-link keymap (keymap (follow-link .= mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mous= e)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-e= cho org-linked-text htmlize-link)) 333 335 (fontified t)) :emph-multiline t= :for-backend html :skip-before-1st-heading nil :drawers nil :todo-keywords= t :tasks t :tags not-in-toc :priority nil :footnotes t :timestamps t :arch= ived-trees headline :select-tags ("export") :exclude-tags ("= noexport") :add-text nil :LaTeX-fragments t)
=A0 org-export-as-html(3 (:buffer-will-be-killed t :base-directory &qu= ot;/tmp/org/" :base-extension "org" :publishing-directory &q= uot;/tmp/html/notebook/" :publishing-function org-publish-org-to-html = :headline-levels 3 :section-numbers nil :table-of-contents nil :style "= ;<link rel=3D\"stylesheet\"\n =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 href=3D\"../other/zenburn-code.css\" type=3D\"te= xt/css\"/>" :html-preamble t) nil nil "c:/tmp/html/notebo= ok/")
=A0 org-publish-org-to("html" (:base-directory "/tmp/or= g/" :base-extension "org" :publishing-directory "/tmp/h= tml/notebook/" :publishing-function org-publish-org-to-html :headline-= levels 3 :section-numbers nil :table-of-contents nil :style "<link = rel=3D\"stylesheet\"\n =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 href=3D\"../other/zenburn-code.css\" type=3D\"text/css\&= quot;/>" :html-preamble t) "c:/tmp/org/test.org" "c:/tmp/html/notebook/")
=A0 org-publish-org-to-html((:base-directory "/tmp/org/" :ba= se-extension "org" :publishing-directory "/tmp/html/notebook= /" :publishing-function org-publish-org-to-html :headline-levels 3 :se= ction-numbers nil :table-of-contents nil :style "<link rel=3D\"= ;stylesheet\"\n =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 href=3D\&q= uot;../other/zenburn-code.css\" type=3D\"text/css\"/>&quo= t; :html-preamble t) "c:/tmp/org/test.org<= /a>" "c:/tmp/html/notebook/")
=A0 org-publish-file("c:/tmp/org/test= .org" ("orgfiles" :base-directory "/tmp/org/" = :base-extension "org" :publishing-directory "/tmp/html/noteb= ook/" :publishing-function org-publish-org-to-html :headline-levels 3 = :section-numbers nil :table-of-contents nil :style "<link rel=3D\&q= uot;stylesheet\"\n =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 href=3D= \"../other/zenburn-code.css\" type=3D\"text/css\"/>&= quot; :html-preamble t) t)
=A0 #[(project) "\306=08@!\210=08A=19\307 \310\"=1A\307 \311\"=1B\307 \312\"\206=1A

(There are a lot more hex characters in =A0#[(pro= ject) but they do not copy from the clipboard)

--f46d043d66c3d88fff04d70c8900--