emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-refresh-category-properties: Invalid function: org-with-silent-modifications [8.0 (8.0-3-g7248fb-elpaplus @ /home/gcharron/.emacs.d/elpa/org-plus-contrib-20130418/)]
@ 2013-04-19  1:17 Gilles Charron
  2013-04-20  7:07 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Gilles Charron @ 2013-04-19  1:17 UTC (permalink / raw)
  To: emacs-orgmode


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.
------------------------------------------------------------------------

Can't display agenda or sparse tree on org 8.0; (installed via elpa) always reporting:

org-indent-add-properties: Invalid function: org-with-silent-modifications

or

File mode specification error: (invalid-function org-with-silent-modifications)


Emacs version and setup info:


Emacs  : GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2013-03-14 on homer
Package: Org-mode version 8.0 (8.0-3-g7248fb-elpaplus @ /home/gcharron/.emacs.d/elpa/org-plus-contrib-20130418/)

current state:
==============
(setq
 org-export-taskjuggler-target-version 3.0
 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-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-log-done 'time
 org-protocol-protocol-alist '(("outlook" :protocol "outlook" :function org-protocol-outlook :kill-client t))
 org-confirm-shell-link-function 'yes-or-no-p
 org-finalize-agenda-hook '(my-org-agenda-to-appt)
 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-agenda-sticky t
 org-export-date-timestamp-format "%Y-%m-%d"
 org-todo-setup-filter-hook '(org-choose-setup-filter)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-agenda-skip-scheduled-if-done t
 org-font-lock-hook '(org-eval-handle-snippets)
 org-velocity-search-method 'regexp
 org-agenda-custom-commands '(("r" "Recurring Items" tags-tree
                               "+isearch|+it|+to|TODO={TO_SCHEDULE\\|WAIT\\|TOMONITOR}|+refill")
                              ("n" "Next Items" tags-tree "TODO={NEXT}") ("w" . "work + custom search")
                              ("wa" agenda "Work agenda all" (quote (org-agenda-filter-preset (list "+hittite"))))
                              ("wt" agenda "Today" (quote (org-agenda-filter-preset (list "+hittite" "+today"))))
                              ("wf" agenda "Focus" (quote (org-agenda-filter-preset (list "+hittite" "-farhad")))
                               (quote
                                (org-agenda-skip-function
                                 (and (equal "J" (org-entry-get nil "PRIORITY")) (point-at-eol)))
                                )
                               )
                              ("wF" agenda "Farhad" (quote (org-agenda-filter-preset (list "+hittite" "+farhad"))))
                              ("wd" "SMSC docs" tags-tree "+smsc_docs") ("h" . "home + custom search")
                              ("ha" agenda "Home agenda all"
                               (quote (org-agenda-filter-preset (list "-hittite" "-smsc" "+personnal")))
                               ("~/Dropbox/tasks/home.ics"))
                              ("hb" tags "+tobuy") ("ht" tags "TODO=\"TOBUY\"+chandlery") ("hc" tags-todo "+ct")
                              ("hs" "Sorted ct"
                               ((tags "+ct+cuisine+TODO=\"TOBUY\"") (tags "+ct+char+TODO=\"TOBUY\"")
                                (tags "+ct+boat+TODO=\"TOBUY\"") (tags "+ct+camping+TODO=\"TOBUY\"")
                                (tags "+ct+elect+TODO=\"TOBUY\"") (tags "+ct+peinture+TODO=\"TOBUY\"")
                                (tags "+ct+plomberie+TODO=\"TOBUY\"") (tags "+ct+tools+TODO=\"TOBUY\"")
                                (tags "+ct+saison+TODO=\"TOBUY\"")
                                (tags
                                 "+ct-tools-cuisine-char-boat-camping-elect-peinture-plomberie-saison+TODO=\"TOBUY\"")
                                )
                               nil ("~/Dropbox/tasks/tobuy_ct.txt"))
                              ("hi" "Sorted Ikea"
                               ((tags-todo "+ikea+cuisine") (tags-todo "+ikea+elect") (tags-todo "+ikea+curtains")
                                (tags-todo "+ikea+rangement") (tags-todo "+ikea-cuisine-elect-curtains-rangement"))
                               )
                              ("hr" "Reno tobuy" tags "+reno+TODO=\"TOBUY\"")
                              ("hf" "Fast work" tags-tree
                               "+personnal+Effort>\"0\"+Effort<=\"1:00\"+TODO={INPROGRESS\\|TODO\\|TO_SCHEDULE\\|NEXT}+DEADLINE<\"<+1m>\"")
                              ("hm" "Mac work" tags-tree
                               "+mac+TODO={INPROGRESS\\|TODO\\|TOBUY}+DEADLINE<\"<+3m>\"")
                              ("hT" "Travaux Maison" tags-tree
                               "+maison+TODO={INPROGRESS\\|TODO\\|TOMONITOR\\|TOBUY\\|NEXT}")
                              ("hw" tags-todo "+wm"))
 org-todo-get-default-hook '(org-choose-get-default-mark)
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-expiry-handler-function 'org-toggle-archive-tag
 org-default-notes-file "/home/gcharron/Dropbox/backup/notes.org"
 org-after-todo-state-change-hook '(org-clock-out-if-current org-checklist)
 org-from-is-user-regexp "\\<Gilles Charron\\>"
 org-loop-over-headlines-in-active-region t
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-table-use-standard-references t
 org-export-copy-to-kill-ring t
 org-trigger-hook '(org-choose-keep-sensible org-depend-trigger-todo)
 org-mode-hook '(org-drill-add-cloze-fontification
                 #[nil "\300\301\302\303\304$\207" [org-add-hook before-save-hook org-encrypt-entries nil t] 5]
                 org-column-view-uses-fixed-width-face
                 (lambda nil (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)))
                 #[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-agenda-follow-indirect t
 org-refile-targets '((org-agenda-files :maxlevel . 5))
 org-outline-path-complete-in-steps nil
 org-export-with-tags 'not-in-toc
 org-use-speed-commands t
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-refile-use-outline-path t
 org-directory "~/lib"
 org-enforce-todo-dependencies t
 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-tags-exclude-from-inheritance '("crypt")
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-taskjuggler-default-project-duration 460
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-preprocess-hook '(org-eval-replace-snippts)
 org-agenda-skip-timestamp-if-deadline-is-shown t
 org-agenda-finalize-hook '(my-org-agenda-to-appt)
 org-refile-use-cache t
 org-agenda-add-entry-text-maxlines 50
 org-crypt-key "A81C65B5"
 org-export-with-drawers nil
 org-todo-keywords '((sequence "TODO(t)" "INPROGRESS(p!)" "NEXT(n)" "WAIT(w@/!)" "TOTEST(o!)" "TOMONITOR(m!@)"
                      "TOREPORT(r@)" "TOREVIEW(R@)" "DEBUG(g!@)" "TOBUY(b)" "TO_SCHEDULE(s!)" "CHOOSE(C)" "|"
                      "DONE(d!)" "CANCELED(c@!)" "NOTE(e!)")
                     )
 org-modules '(org-bbdb org-bibtex org-crypt org-docview org-gnus org-info org-jsinfo org-habit org-irc org-mew
               org-mhe org-rmail org-vm org-wl org-w3m org-drill org-eval org-expiry org-git-link org-secretary)
 org-babel-tangle-lang-exts '(("tcl" . "tcl") ("perl" . "pl") ("python" . "py") ("emacs-lisp" . "el"))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-refile-active-region-within-subtree t
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-checklist-export-function 'org-export-as-ascii
 org-export-taskjuggler-default-reports '("include \"reports.tji\"")
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent org-depend-block-todo)
 org-completion-use-ido t
 org-babel-load-languages '((sh . t) (python . t) (perl . t) (dot . t) (ledger . t) (gnuplot . t) (octave . t)
                            (R . t) (tcl . t) (calc . t))
 org-reveal-start-hook '(org-decrypt-entry)
 org-agenda-files '("~/Dropbox/backup/personnal.org" "~/Dropbox/backup/work.org" "~/Dropbox/backup/tasks.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-confirm-babel-evaluate nil
 org-agenda-skip-scheduled-if-deadline-is-shown t
 )

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-05 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19  1:17 Bug: org-refresh-category-properties: Invalid function: org-with-silent-modifications [8.0 (8.0-3-g7248fb-elpaplus @ /home/gcharron/.emacs.d/elpa/org-plus-contrib-20130418/)] Gilles Charron
2013-04-20  7:07 ` Bastien
2013-05-05 16:54   ` Bug: org-refresh-category-properties: Invalid function: org-with-silent-modifications [8.0 (8.0-3-g7248fb-elpaplus <at> /home/gcharron/.emacs.d/elpa/org-plus-contrib-20130418/)] Jean-Michel

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).