emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: org-publishing error [7.9.3e (7.9.3e-7-g1056fc-elpa @ c:/home/.


From: Dexter Rodriguez
Subject: [O] 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

To: address@hidden
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:
==============
(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
     "<link rel=\"stylesheet\"\n                       href="" type=\"text/css\"/>" :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=299792458. pi=3.14 eps=2.4e-6
| lab1       | lab2 | lab3 |
| a          |    1 |  0.5 |
| b          |    5 |  2.5 |
| 299792460. | 3.14 | 1.57 |
#+TBLFM: $3=$2/2::@4$1=$c::@4$2=$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=299792458. pi=3.14 eps=2.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=$2/2::@4$1=$c::@4$2=$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 "<link rel=\"stylesheet\"\n                       href="" type=\"text/css\"/>" :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 "<link rel=\"stylesheet\"\n                       href="" type=\"text/css\"/>" :html-preamble 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 "<link rel=\"stylesheet\"\n                       href="" type=\"text/css\"/>" :html-preamble 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 "<link rel=\"stylesheet\"\n                       href="" type=\"text/css\"/>" :html-preamble t) t)
  #[(project) "address@hidden \310\"\307 \311\"\307 \312\"\206

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]