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

2013-03-03 Thread Dexter Rodriguez
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:
==
(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=\../other/zenburn-code.css\ 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 

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

2013-03-03 Thread Bastien
Hi Dexter,

Dexter Rodriguez odta...@gmail.com writes:

 Each time I try to org-publish-project RET the debugger produces this
 error
 Can you help?

Please update to the latest release, it has been fixed there.

Thanks,

-- 
 Bastien