From: wgg2@member.fsf.org
To: emacs-orgmode@gnu.org
Subject: Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contrib-20140324/)]
Date: Fri, 28 Mar 2014 23:02:33 +0000 [thread overview]
Message-ID: <871txmsz92.fsf@motoko.kusanagi> (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.
------------------------------------------------------------------------
Hello,
On the latest `org-plus-contrib' build from the org package.el repo, my
Agenda buffers (for any Agenda command) fail to render properly, with
these pertinent lines from *Backtrace*:
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
put-text-property(28484 nil org-appt-warntime "60")
org-refresh-properties("APPT_WARNTIME" org-appt-warntime)
(or (memq (quote appt) org-agenda-ignore-drawer-properties) (org-refresh-properties "APPT_WARNTIME" (quote org-appt-warntime)))
--8<---------------cut here---------------end--------------->8---
I first attempted to deactivate all use of the appt library in my Emacs,
including my setting of agenda-mode-hook which previously had called
`org-agenda-to-appt'. Still the Agenda would not render correctly.
I then isolated this to the following lines of function
`org-agenda-prepare-buffers':
--8<---------------cut here---------------start------------->8---
(or (memq 'appt org-agenda-ignore-drawer-properties)
(org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime))
--8<---------------cut here---------------end--------------->8---
With these lines commented out, my Agenda buffer was able to load
correctly.
Best,
WGG
Emacs : GNU Emacs 24.3.1 (x86_64-slackware-linux-gnu)
of 2014-03-13 on motoko
Package: Org-mode version 8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contrib-20140324/)
current state:
==============
(setq
org-id-locations-file "~/org/.org-id-locations"
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-latex-classes '(("memoir-MSWordish"
"\\documentclass[12pt,article,oneside]{memoir}\n\\usepackage{times}\n\\usepackage{indentfirst}\n\\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}\n\\linespread{1.6}"
("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}"))
("beamer" "\\documentclass{beamer}" org-beamer-sectioning)
("my-letter"
"\\documentclass[fromalign=left,backaddress=false]{scrlttr2}\n\\usepackage[english]{babel}\n\\usepackage{times}\n\\usepackage{indentfirst}\n\\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}\n\\linespread{1.6}")
("memoir-helvetica"
"\\documentclass[12pt,article,oneside]{memoir}\n\\usepackage{helvet}\n\\renewcommand*{\\familydefault}{\\sfdefault}\n\\usepackage{indentfirst}\n\\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}\n\\linespread{1.6}"
("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}"))
("memoir-MSWordish-tiny"
"\\documentclass[10pt,article,oneside]{memoir}\n\\usepackage{times}\n\\usepackage{indentfirst}\n\\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}"
("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}"))
)
org-footnote-section nil
org-latex-default-packages-alist '(("utf8" "inputenc" t) ("T1" "fontenc" t) ("" "fixltx2e" nil) ("" "graphicx" t) ("" "longtable" nil) ("" "float" nil)
("" "wrapfig" nil) ("normalem" "ulem" t) ("" "textcomp" t) ("" "marvosym" t) ("" "wasysym" t) ("" "latexsym" t)
("" "amssymb" t) ("" "amstext" nil) ("" "hyperref" nil) "\\tolerance=1000")
org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
org-gnus-prefer-web-links t
org-agenda-diary-file "~/org/Diary.org"
org-occur-hook '(org-first-headline-recenter)
org-src-tab-acts-natively t
org-imenu-depth 4
org-metaup-hook '(org-babel-load-in-session-maybe)
org-html-format-drawer-function '(lambda (name contents) contents)
org-latex-format-inlinetask-function 'ignore
org-confirm-shell-link-function 'yes-or-no-p
org-id-link-to-org-use-id t
org-columns-default-format "%40ITEM %10TODO %10Effort\n %20TAGS"
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-export-with-date nil
org-export-with-section-numbers nil
org-export-with-toc nil
org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t% s") (timeline . " %b % s") (todo . " %i %-12:c") (tags . " %i %-12:c") (search . " %i %-12:c"))
org-agenda-custom-commands '(("n" "Agenda and all TODO's" ((agenda "" nil) (alltodo "" nil)) nil))
org-latex-format-headline-function 'org-latex-format-headline-default-function
org-agenda-include-diary t
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-latex-format-drawer-function '(lambda (name contents) contents)
org-odt-format-headline-function 'ignore
org-capture-mode-hook '(wg/fix-capture-indentation)
org-from-is-user-regexp "\\<W\\. Greenhouse\\>"
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-mode-hook '(turn-on-flyspell auto-fill-mode #[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-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 2))
org-outline-path-complete-in-steps nil
org-use-speed-commands t
org-ascii-format-drawer-function '(lambda (name contents width) contents)
org-odt-format-inlinetask-function 'ignore
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-refile-use-outline-path 'file
org-timer-done-hook '(ding)
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-attach-store-link-p t
org-export-with-author nil
org-export-async-init-file "/home/wgg/.emacs.d/init.elc"
org-modules '(org-habit org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail)
org-agenda-window-setup 'current-window
org-timer-default-timer 25
org-confirm-elisp-link-function 'yes-or-no-p
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-log-into-drawer t
org-odt-format-drawer-function '(lambda (name contents) contents)
org-latex-default-class "memoir-MSWordish"
org-html-format-headline-function 'ignore
org-export-with-smart-quotes t
org-completion-use-ido t
org-html-format-inlinetask-function 'ignore
org-agenda-files '("~/org")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-link-frame-setup '((vm . vm-visit-folder-other-frame) (vm-imap . vm-visit-imap-folder-other-frame) (gnus . org-gnus-no-new-news) (file . find-file)
(wl . wl-other-frame))
org-src-fontify-natively t
)
next reply other threads:[~2014-03-28 23:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-28 23:02 wgg2 [this message]
2014-04-05 18:28 ` [PATCH] Re: Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contrib-20140324/)] Sacha Chua
2014-04-07 13:52 ` W. Greenhouse
2014-04-11 9:29 ` Bastien
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=871txmsz92.fsf@motoko.kusanagi \
--to=wgg2@member.fsf.org \
--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).