[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
  "" :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 (fontif

[O] (invalid-function org-with-silent-modifications) despite reinstall

2013-11-12 Thread Dexter Rodriguez
To: emacs-orgmode@gnu.org
Subject: Bug: Debugger entered--Lisp error: (invalid-function 
org-with-silent-modifications) despite reinstall [8.2.3a (8.2.3a-elpaplus @ 
c:/Users/Dexter/.emacs.d/elpa/org-plus-contrib-2013/)]
From: odta...@yahoo.com
--text follows this line--
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See
 http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.

all of a sudden I started receiving this error when trying to display
the agenda.  
Everything has been working great up to now.
I had not changed my installation, except adding awk to the babel languages, 
but despite trying the latest
org-plus-contrib tarball and reinstalling ELPA (fresh emacs), the error
will not stop. 
Please help, thanks Dex
PS I see the org-mode-hook looks weird ??
Emacs  : GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200)
 of 2013-03-17 on MARVIN
Package: Org-mode version 8.2.3a (8.2.3a-elpaplus @ 
c:/Users/Dexter/.emacs.d/elpa/org-plus-contrib-2013/)
current state:
==
(setq
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-agenda-skip-scheduled-if-done t
 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-hide-inline-tasks
  org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 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-agenda-diary-file "~/org/appts.org"
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-default-notes-file "c:/Users/Dexter/org/notes.org"
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-agenda-include-diary t
 org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook 
change-major-mode-hook org-show-block-all append local] 5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-babel-show-result-all append 
local] 5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-from-is-user-regexp nil
 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-tangle-lang-exts '(("awk" . "awk") ("emacs-lisp" . "el"))
 org-babel-load-languages '((awk . t))
 org-confirm-shell-link-function 'yes-or-no-p
 )