From: Robert Andersson <robert.andersson@gu.se>
To: emacs-orgmode@gnu.org
Subject: Bug: Invalid function: ignore-errors [6.36]
Date: Tue, 11 May 2010 15:40:30 +0200 [thread overview]
Message-ID: <m2hbmeo8tt.fsf@morrison.gslt.hum.gu.se> (raw)
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.
------------------------------------------------------------------------
After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid
function: ignore-errors" when toggling checkboxes, and also running
(org-update-statistics-cookies all)
will not work at all. Downgrading back to 6.34c helps.
yours,
/robert
Emacs : GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2009-08-16 on black.local
Package: Org-mode version 6.36
current state:
==============
(setq
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-link-frame-setup '((vm . vm-visit-folder) (gnus . gnus) (file . find-file-other-window))
org-agenda-custom-commands '(("i" "Inbox entries" tags "CATEGORY=\"Stuff\""))
org-agenda-files '("~/gtd/inbox.org" "~/gtd/tasks.org" "~/gtd/projects.org")
org-agenda-include-diary t
org-clock-into-drawer t
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-archive-location "archive/%s.old::* Archive"
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-export-preprocess-hook '(org-export-blocks-preprocess)
org-tab-first-hook '(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-reveal-start-hook '(org-decrypt-entry)
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-agenda-include-all-todo t
org-todo-keywords '("TODO(t!)" "NEXT(n!)" "WAITING(w@/!)" "|" "CANCELLED(c@)" "DEFERRED(m@)" "DONE(d!)")
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-effort-property "effort"
org-directory "~/gtd"
org-tag-alist '(("@home" . 104) ("@office" . 111) ("@phone" . 112) ("@cms" . 119) ("@computer" . 99) ("@errands" . 101) ("@bvc" . 98)
("@ltlunch" . 108) ("@2020" . 50) ("someday" . 115) ("@emacs" . 103) ("flov" . 102))
org-blank-before-new-entry '((heading) (plain-list-item))
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 '(("org-web" :base-directory "~/web" :base-extension "org" :publishing-directory "/Volumes/robert/.www"
:recursive t :publishing-function org-publish-org-to-html :headline-levels 4 :auto-preamble t)
("org-web-static" :base-directory "~/web" :base-extension
"css\\|js\\|png\\|jpg\\|jpeg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "/Volumes/robert/.www"
:recursive t :publishing-function org-publish-attachment)
("web" :components ("org-web" "org-web-static")))
org-export-latex-classes '(("article"
"\\documentclass{article}\n\\usepackage[utf8x]{inputenc}\n\\usepackage{graphicx}\n\\usepackage{longtable}\n\\usepackage{hyperref}\n\\usepackage[swedish]{babel}"
("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
)
org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
org-mode-hook '(#[nil "\300\301\302\303\304$\207" [add-hook before-save-hook org-encrypt-entries nil t] 5]
#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
(lambda nil (auto-fill-mode 1) (local-set-key (kbd "C-c t") (quote org-todo))
(local-set-key (kbd "C-c e") (quote org-set-effort)) (local-set-key (kbd "C-c i") (quote ra/gtd-inbox))
(local-set-key (kbd "C-c C-r") (quote org-decrypt-entry)))
)
org-global-properties '(("effort_ALL" . "0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 8:00"))
org-refile-targets '(("someday.org" :level . 1) ("inbox.org" :level . 1) ("tasks.org" :level . 1) ("projects.org" :maxlevel . 2))
org-confirm-elisp-link-function 'yes-or-no-p
org-log-into-drawer "LOGBOOK"
org-agenda-mode-hook '(hl-line-mode)
org-link-mailto-program '(vm-mail "%a" "%s")
org-crypt-key "93A4BE9DEAB7218E"
org-occur-hook '(org-first-headline-recenter)
org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
org-tags-column -90
org-modules '(org-bbdb org-bibtex org-vm org-crypt)
org-columns-default-format "%60ITEM %TODO %TAGS %6effort(EFFORT){:}"
org-remember-templates '(("Task" 121
"* TODO %^{description} %^g%^{effort}p\n :LOGBOOK:\n - State \"TODO\" from \"\" %U\n :END:\n\n %?%i \n :%a:" "inbox.org" "Inbox")
("Task woL" 116
"* TODO %^{description} %^g%^{effort}p\n :LOGBOOK:\n - State \"TODO\" from \"\" %U\n :END:\n\n %?%i \n" "inbox.org" "Inbox")
("Someday" 115 "* %^{description} :someday:%^g%^{effort}p\n :PROPERTIES:\n :added: %U\n :END:\n\n %?%i \n"
"inbox.org" "Inbox")
)
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)
)
next reply other threads:[~2010-05-11 13:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 13:40 Robert Andersson [this message]
2010-05-11 14:09 ` Bug: Invalid function: ignore-errors [6.36] Robert Andersson
2010-05-11 16:09 ` Adam Elliott
2010-05-11 17:09 ` Magnus Henoch
2010-05-12 14:54 ` Carsten Dominik
2010-05-13 15:07 ` Adam Elliott
2010-05-13 16:02 ` Carsten Dominik
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=m2hbmeo8tt.fsf@morrison.gslt.hum.gu.se \
--to=robert.andersson@gu.se \
--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).