From: "Thomas S. Dye" <tsd@tsdye.com>
To: emacs-orgmode emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Symbol's value as variable is void
Date: Wed, 27 Jan 2010 13:05:51 -1000 [thread overview]
Message-ID: <A013B0E4-7311-4F78-9181-5C43651F2773@tsdye.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 17195 bytes --]
Aloha all,
I haven't published to HTML in a while. In the interim, I've re-
located several .org files and updated both Org-mode and Org-babel.
When I try to publish a project, I end up with an error message and
this in *Messages*:
Publishing file /Users/dk/org/tsdye/software/manual.org using `org-
publish-org-to-html'
Exporting...
org-babel-exp processing...
and: Symbol's value as variable is void: progress-marker
I tried looking for progress-marker with Ctrl-h a, but didn't find
anything appropriate.
Help appreciated.
All the best,
Tom
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.
------------------------------------------------------------------------
Emacs : GNU Emacs 23.1.91.1 (i386-apple-darwin9.8.0, Carbon Version
1.6.0 AppKit 949.54)
of 2010-01-01 on potofo-ou.local
Package: Org-mode version 6.33trans (release_6.34c.2.gd154)
current state:
==============
(setq
org-remember-default-headline "Tasks"
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-
vars)
org-todo-keyword-faces '(("TODO" :foreground "red" :weight bold)
("STARTED" :foreground "blue" :weight bold)
("DONE" :foreground "forest green" :weight
bold)
("WAITING" :foreground "orange" :weight bold)
("APPT" :foreground "magenta" :weight bold)
("CANCELLED" :foreground "forest
green" :weight bold)
("QUOTE" :foreground "red" :weight bold)
("QUOTED" :foreground "magenta" :weight bold)
("APPROVED" :foreground "forest
green" :weight bold)
("EXPIRED" :foreground "forest
green" :weight bold)
("REJECTED" :foreground "forest
green" :weight bold)
("DEFERRED" :foreground "blue" :weight bold)
("DELEGATED" :foreground "orange" :weight
bold))
org-agenda-custom-commands '(("D" "Daily Action List"
((agenda ""
((org-agenda-ndays 1)
(org-agenda-sorting-strategy
(quote
((agenda time-up priority-down
tag-up)))
)
)
)
)
)
("s" "Started Tasks" todo "STARTED"
((org-agenda-todo-ignore-with-date
nil)))
("w" "Tasks waiting on something" tags
"WAITING"
((org-use-tag-inheritance nil)))
("r" "Refile New Notes and Tasks" tags
"REFILE"
((org-agenda-todo-ignore-with-date
nil)))
("n" "Notes" tags "NOTE" nil))
org-agenda-files '("~/org/tsdye/uh.org" "~/org/tsdye/software/
manual.org"
"~/org/tsdye/software/fieldwork.org"
"~/org/tsdye/software/database.org"
"~/org/tsdye/software/authors.org"
"~/org/tsdye/projects.org" "~/org/tsdye/refile.org"
"~/org/tsdye/work.org" "~/org/tsdye/research.org"
"~/Public/projects/909_makaainana_history/
makaainana.org"
"~/Public/projects/112/data/org/112.org"
"~/Public/projects/121/data/org/121.org"
"~/Public/projects/123/data/org/123.org"
"~/Public/projects/125/data/org/125.org"
"~/Public/projects/127/data/org/127.org"
"~/Public/projects/128/data/org/128.org"
"~/Public/projects/132/data/org/132.org"
"~/Public/projects/135/data/org/135.org"
"~/Public/projects/138/data/org/138.org"
"~/Public/projects/139/data/org/139.org"
"~/Public/projects/140/data/org/140.org"
"~/Public/projects/141/data/org/141.org"
"~/Public/projects/142/data/org/142.org"
"~/Public/projects/144/data/144.org")
org-agenda-include-diary t
org-completion-use-ido t
org-metaup-hook '(org-babel-load-in-session-maybe)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-agenda-todo-ignore-scheduled t
org-babel-interpreters '("ditaa" "R" "python" "latex" "sh" "emacs-
lisp")
org-export-latex-format-toc-function 'org-export-latex-format-toc-
default
org-agenda-skip-scheduled-if-done t
org-export-preprocess-hook '(org-export-blocks-preprocess)
org-tab-first-hook '(yas/org-very-safe-expand
org-babel-hide-result-toggle-maybe
org-hide-block-toggle-maybe)
org-src-mode-hook '(org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "|"
"DONE(d!/!)")
(sequence "WAITING(w@/!)" "APPT(a)"
"DELEGATED(l@)" "|"
"CANCELLED(c@)" "DEFERRED(f@)")
(sequence "QUOTE(q!)" "|" "QUOTED(Q!)"
"APPROVED(A@)"
"EXPIRED(E@)" "REJECTED(R@)")
)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-default-notes-file "~/org/tsdye/refile.org"
org-tag-alist '((:startgroup) ("@bishop" . 98) ("@iwilei" . 105)
("@field" . 102) ("@archive" . 97) ("@library" . 108)
("@phone" . 112) ("@email" . 101) ("@web" . 119)
("@PO" . 109) ("@computer" . 99) (:endgroup)
(:startgroup)
("Kekapala" . 75) ("Muffet" . 74) ("Kristin" . 77)
("Veronica" . 86) ("Eric" . 69) ("Carl" . 83)
(:endgroup)
(:startgroup) ("PLANNING" . 80) ("FIELD" . 70)
("LAB" . 76)
("WRITING" . 87) ("REVIEW" . 82) ("COMPLETE" . 67)
("ABORTED" . 65) (:endgroup) (:startgroup)
("ACTIVE" . 49)
("PENDING" . 50) ("REVIEW" . 51) (:endgroup))
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-publish-project-alist '(("software-guides" :base-directory
"/Users/dk/org/tsdye/software/" :base-
extension
"org" :publishing-directory
"/Users/dk/Sites/tsdye2/employee/guides/
software/" :publishing-function org-publish-org-to-html :section-
numbers nil :table-of-contents "yes" :index-title "Software
Manual" :style "<link rel=\"stylesheet\"\nhref=\"http://orgmode.org/org.css
\"\ntype=\"text/css\"/>")
("images" :base-directory
"/Users/dk/org/tsdye/software/images/"
:base-extension "jpg\\|gif\\|png"
:publishing-directory
"/Users/dk/Sites/tsdye2/employee/guides/
software/images/" :publishing-function org-publish-attachment)
("manuals" :components
("software-guides" "images"))
("ks-help" :base-directory
"/Users/dk/org/tsdye/ks/" :publishing-
directory
"/Users/dk/Sites/tsdye2/ks_practicum/
help"
:publishing-function org-publish-org-to-
html
:base-extension "org" :section-numbers
nil
:table-of-contents "yes" :index-title
"Kamehameha Schools Practicum" :style
"<link rel=\"stylesheet\"\nhref=
\"org.css\"\ntype=\"text/css\"/>")
)
org-export-latex-classes nil
org-mode-hook '(turn-on-font-lock
(lambda nil
(local-set-key "\216" (quote outline-next-visible-
heading))
(local-set-key "\220"
(quote outline-previous-visible-heading))
(local-set-key "\225" (quote outline-up-heading))
(local-set-key "\227" (quote org-table-copy-region))
(local-set-key "\231" (quote org-table-paste-
rectangle))
(local-set-key "\214" (quote org-table-sort-lines))
(local-set-key "\311" (quote org-toggle-iimage-in-
org))
(make-variable-buffer-local (quote yas/trigger-key))
(setq yas/trigger-key [tab])
(add-to-list (quote org-tab-first-hook)
(quote yas/org-very-safe-expand))
(define-key yas/keymap [tab] (quote yas/next-field)))
(lambda nil
(setq org-mouse-context-menu-function
(quote org-mouse-context-menu))
(when (memq (quote context-menu) org-mouse-features)
(define-key org-mouse-map
(if (featurep (quote xemacs)) [button3]
[mouse-3]) nil)
(define-key org-mode-map [mouse-3]
(quote org-mouse-show-context-menu))
)
(define-key org-mode-map [down-mouse-1]
(quote org-mouse-down-mouse))
(when (memq (quote context-menu) org-mouse-features)
(define-key org-mouse-map [C-drag-mouse-1]
(quote org-mouse-move-tree))
(define-key org-mouse-map [C-down-mouse-1]
(quote org-mouse-move-tree-start))
)
(when (memq (quote yank-link) org-mouse-features)
(define-key org-mode-map [S-mouse-2]
(quote org-mouse-yank-link))
(define-key org-mode-map [drag-mouse-3]
(quote org-mouse-yank-link))
)
(when (memq (quote move-tree) org-mouse-features)
(define-key org-mouse-map [drag-mouse-3]
(quote org-mouse-move-tree))
(define-key org-mouse-map [down-mouse-3]
(quote org-mouse-move-tree-start))
)
(when (memq (quote activate-stars) org-mouse-
features)
(font-lock-add-keywords nil
(\`
(((\, outline-regexp) 0
(\`
(face org-link mouse-face highlight keymap
(\, org-mouse-map))
)
(quote prepend))
)
)
t)
)
(when (memq (quote activate-bullets) org-mouse-
features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +"
(1
(\`
(face org-link keymap (\, org-mouse-map)
mouse-face
highlight)
)
(quote prepend))
)
)
)
t)
)
(when (memq (quote activate-checkboxes) org-mouse-
features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\
\)"
(2
(\`
(face bold keymap (\, org-mouse-map) mouse-
face
highlight)
)
t)
)
)
)
t)
)
(defadvice org-open-at-point
(around org-mouse-open-at-point activate)
(let ((context (org-context)))
(cond ((assq :headline-stars context) (org-cycle))
((assq :checkbox context) (org-toggle-checkbox))
((assq :item-bullet context)
(let ((org-cycle-include-plain-lists t)) (org-
cycle)))
(t ad-do-it))
)
)
)
(lambda nil
(org-add-hook (quote change-major-mode-hook)
(quote org-babel-show-result-all) (quote append)
(quote local))
)
org-babel-result-hide-spec org-babel-hide-all-hashes
#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook org-show-
block-all
append local]
5]
)
org-global-properties '(("Effort_ALL" .
"0:00 0:10 0:20 0:30 0:45 1:00 2:00 3:00
4:00 5:00 6:00 8:00")
)
org-refile-targets '((org-agenda-files :maxlevel . 5)
(nil :maxlevel . 5))
org-ctrl-c-ctrl-c-hook '(org-babel-lob-execute-maybe org-babel-hash-
at-point
org-babel-execute-src-block-maybe)
org-confirm-elisp-link-function 'yes-or-no-p
org-refile-use-outline-path 'file
org-log-into-drawer "LOGBOOK"
org-agenda-mode-hook '((lambda nil
(setq org-mouse-context-menu-function
(quote org-mouse-agenda-context-menu))
(define-key org-agenda-mode-map
(if (featurep (quote xemacs)) [button3]
[mouse-3])
(quote org-mouse-show-context-menu))
(define-key org-agenda-mode-map [down-mouse-3]
(quote org-mouse-move-tree-start))
(define-key org-agenda-mode-map
(if (featurep (quote xemacs)) [(control
mouse-4)]
[C-mouse-4])
(quote org-agenda-earlier))
(define-key org-agenda-mode-map
(if (featurep (quote xemacs)) [(control
mouse-5)]
[C-mouse-5])
(quote org-agenda-later))
(define-key org-agenda-mode-map [drag-mouse-3]
(quote
(lambda (event) (interactive "e")
(case (org-mouse-get-gesture event)
(:left (org-agenda-earlier 1))
(:right (org-agenda-later 1)))
)
)
)
)
)
org-agenda-todo-ignore-with-date t
org-export-interblocks '((lob org-babel-exp-lob-one-liners)
(src org-babel-exp-inline-src-blocks))
org-agenda-skip-deadline-if-done t
org-occur-hook '(org-first-headline-recenter)
org-from-is-user-regexp "\\<Tom Dye\\>"
org-drawers '("PROPERTIES" "LOGBOOK" "CLOCK")
org-export-preprocess-before-selecting-backend-code-hook '(org-
beamer-select-beamer-code)
org-columns-default-format " %38ITEM(Details) %TAGS(Context)
%7TODO(To Do) %5Effort(Time){:} %6CLOCKSUM{Total}"
org-remember-templates '(("todo" 116 "* TODO %?\n%u\n%a" nil bottom
nil)
("note" 110
"*
%? :NOTE:\n%u\n%a" nil bottom
nil)
("phone" 112
"* PHONE %:name - %:company
- :PHONE:\nContact Info: %a\n%u\n:CLOCK-IN:\n%?" nil
bottom 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-metadown-hook '(org-babel-pop-to-session-maybe)
org-export-blocks '((src org-babel-exp-src-blocks nil)
(comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
)
Thomas S. Dye, Ph.D.
T. S. Dye & Colleagues, Archaeologists, Inc.
Phone: (808) 529-0866 Fax: (808) 529-0884
http://www.tsdye.com
[-- Attachment #1.2: Type: text/html, Size: 37346 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next reply other threads:[~2010-01-27 23:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-27 23:05 Thomas S. Dye [this message]
2010-01-27 23:42 ` Symbol's value as variable is void Nick Dokos
2010-01-28 0:09 ` Thomas S. Dye
2010-01-28 0:37 ` Nick Dokos
2010-01-28 0:52 ` Thomas S. Dye
2010-01-28 22:15 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=A013B0E4-7311-4F78-9181-5C43651F2773@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).