* Bug: Wrong type argument: listp, "" [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/sane/.emacs.d/elpa/org-20171009/)]
@ 2017-10-11 17:56 Michael Ziems
2017-10-14 9:15 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ziems @ 2017-10-11 17:56 UTC (permalink / raw)
To: emacs-orgmode
Hello,
i wanted to normally start the org-agenda, how i always do it and now it
just runs into the mentioned lisp error: Wrong type argument: listp, ""
I tried to find the reason with Edebug and ran it on org-agenda in
org-agenda.el
I believe it crashed in line 2825:
(org-let lprops '(org-agenda-list current-prefix-arg)))
But my elisp skills stop here and i do not know how to proceed from
here.
Any help is highly appreciated.
It worked just fine a few hours ago :(
Thanks,
Michael
Emacs : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
of 2017-09-19, modified by Debian
Package: Org mode version 9.1.2 (9.1.2-7-g027cfc-elpa @
/home/sane/.emacs.d/elpa/org-20171009/)
current state:
==============
(setq
org-hide-leading-stars t
org-agenda-current-time-string "now - - - - - - - - - - - - - - "
org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
org-agenda-clockreport-parameter-plist '(:link t :maxlevel 4)
org-insert-heading-hook '(org-expiry-insert-created)
org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
org-occur-hook '(org-first-headline-recenter)
org-checkbox-hierarchical-statistics nil
org-metaup-hook '(org-babel-load-in-session-maybe)
org-agenda-start-on-weekday nil
org-html-format-drawer-function '(closure
(htmlize-buffer-places org-html-format-table-no-css
htmlize-css-name-prefix htmlize-output-type
htmlize-output-type htmlize-css-name-prefix t)
(_name contents) contents)
org-clock-into-drawer "CLOCK"
org-log-done 'time
org-latex-format-inlinetask-function
'org-latex-format-inlinetask-default-function
org-confirm-shell-link-function nil
org-after-tags-change-hook '(org-expiry-insert-created)
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-export-default-language "de"
org-agenda-sticky t
org-agenda-skip-scheduled-if-done t
org-agenda-custom-commands '(("x" "Nur Kalender ohne Aufgaben" agenda ""
((org-agenda-span 80) (org-deadline-warning-days 1)
(org-agenda-include-diary t)
(org-agenda-entry-types (quote (:timestamp :sexp)))
(org-agenda-files
(quote
("~/Dokumente/org/work/" "~/Dokumente/org/privat/"
"~/Dokumente/org/")
)
)
)
)
("p" "Agenda Privat" agenda ""
((org-agenda-files
(quote
("~/Dokumente/org/privat/"
"~/Dokumente/org/privat/info/")
)
)
(org-agenda-span 1) (org-deadline-warning-days 14)
(org-agenda-include-diary t))
)
("k" "kombinierte Ansicht"
((agenda ""
((org-agenda-span 1) (org-agenda-include-diary t)
(org-agenda-entry-types (quote (:timestamp :sexp))))
)
(agenda ""
((org-agenda-span 1) (org-agenda-start-day "+1d")
(org-agenda-include-diary t)
(org-agenda-entry-types (quote (:timestamp :sexp)))
(org-agenda-use-time-grid nil)
(org-agenda-files
(quote
("~/Dokumente/org/work/" "~/Dokumente/org/privat/"))
)
)
)
(agenda ""
((org-agenda-overriding-header "Aufgaben Arbeit")
(org-agenda-entry-types (quote (:deadline :scheduled)))
(org-deadline-warning-days 5)
(org-agenda-files
(quote
("~/Dokumente/org/work/"
"~/Dokumente/org/work/info/")
)
)
(org-agenda-span 1)
(org-agenda-sorting-strategy
(quote (time-up priority-down)))
)
)
)
nil)
("2" "Aufgabenliste Privat" alltodo ""
((org-agenda-overriding-header "Aufgaben")
(org-agenda-sorting-strategy (quote (scheduled-up)))
(org-agenda-files
(quote
("~/Dokumente/org/privat/"
"~/Dokumente/org/privat/info/")
)
)
(org-agenda-prefix-format "[] %i %-12:c")
(org-agenda-skip-function
(quote (org-agenda-skip-entry-if (quote notscheduled))))
)
)
("c" "Tageskalender" agenda* ""
((org-agenda-span 1)
(org-agenda-files
(quote
("~/Dokumente/org/privat" "~/Dokumente/org/work"
"~/Dokumente/org/")
)
)
(org-agenda-entry-types (quote (:timestamp :sexp))))
)
("A" "Analyse" agenda ""
((org-agenda-overriding-header "Analyse")
(org-agenda-tag-filter-preset (quote ("+Analyse"))))
)
("d" "Dienst" alltodo ""
((org-agenda-overriding-header "Dienst")
(org-agenda-files
(quote ("~/Dokumente/org/privat/dienst.org")))
(org-agenda-sorting-strategy
(quote (priority-down todo-state-down ts-up)))
(org-agenda-prefix-format "%b"))
)
)
org-agenda-block-separator 95
org-return-follows-link t
org-latex-format-headline-function
'org-latex-format-headline-default-function
org-expiry-handler-function 'org-toggle-archive-tag
org-default-notes-file "/home/sane/org/notes.org"
org-expiry-inactive-timestamps t
org-todo-keyword-faces '(("TODO" :foreground "yellow" :overline t
:weight bold)
("WAIT" :foreground "firebrick3" :overline t :weight bold)
("APPT" :foreground "dodger blue" :overline t :weight bold)
("DONE" :foreground "palegreen" :strike-through t :overline t
:weight bold)
("CNCL" :foreground "SeaGreen4" :strike-through t :overline t
:weight bold)
("DPPT" :foreground "CadetBlue" :strike-through t :overline t
:weight bold)
)
org-agenda-include-diary t
org-after-todo-state-change-hook '(org-clock-out-if-current
org-expiry-insert-created)
org-latex-format-drawer-function '(closure (t) (_ contents) contents)
org-odt-format-headline-function 'org-odt-format-headline-default-function
org-from-is-user-regexp "\\<sane\\>"
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-tags-column -70
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-babel-pre-tangle-hook '(save-buffer)
org-mode-hook '(#[0 "\300\301\302\303\304$\207"
[add-hook change-major-mode-hook org-show-block-all append
local] 5]
#[0 "\300\301\302\303\304$\207"
[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 '((org-agenda-files :maxlevel . 24))
org-bibtex-headline-format-function #[257 "\300\x01\236A\207" [:title] 3
"\n\n(fn ENTRY)"]
org-archive-hook '(org-attach-archive-delete-maybe)
org-ascii-format-drawer-function '(closure (t) (_name contents _width)
contents)
org-agenda-time-grid '((daily today require-timed) ""
(800 1000 1200 1400 1600 1800 2000))
org-odt-format-inlinetask-function
'org-odt-format-inlinetask-default-function
org-refile-use-outline-path 'file
org-agenda-persistent-filter t
org-directory "~/Dokumente/org/"
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-tags-exclude-from-inheritance '("@telefon" "@mail" "@Roger"
"PROJEKT" "@Kunde"
"heute" "@Sebastian" "@Chintan" "@Gayatri" "@Evita"
"@Pallavi" "@Rolf" "@Ben" "TESTEN" "@Sanjay"
"@Sandip" "@Bijal" "@Abhay" "@Jagadeesh")
org-agenda-text-search-extra-files '(agenda-archives)
org-todo-keywords '((type "TODO(t)" "WAIT(w)" "|" "DONE(d)" "CNCL(c)"))
org-hide-emphasis-markers t
org-agenda-window-setup 'current-window
org-agenda-span 1
org-catch-invisible-edits 'error
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 '(closure
(hfy-user-sheet-assoc hfy-html-quote-regex
hfy-html-quote-map hfy-face-to-css
hfy-begin-span-handler hfy-end-span-handler
archive-zip-extract
nxml-auto-insert-xml-declaration-flag t)
(_name contents) contents)
org-list-demote-modify-bullet '(("-" . "+") ("+" . "1.") ("1." . "1)")
("1)" . "-"))
org-agenda-skip-deadline-if-done t
org-html-format-headline-function
'org-html-format-headline-default-function
org-link-parameters '(("id" :follow org-id-open)
("rmail" :follow org-rmail-open :store org-rmail-store-link)
("mhe" :follow org-mhe-open :store org-mhe-store-link)
("irc" :follow org-irc-visit :store org-irc-store-link)
("info" :follow org-info-open :export org-info-export :store
org-info-store-link)
("gnus" :follow org-gnus-open :store org-gnus-store-link)
("docview" :follow org-docview-open :export
org-docview-export
:store org-docview-store-link)
("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
("bbdb" :follow org-bbdb-open :export org-bbdb-export
:complete
org-bbdb-complete-link :store org-bbdb-store-link)
("w3m" :store org-w3m-store-link) ("file+sys")
("file+emacs")
("doi" :follow org--open-doi-link)
("elisp" :follow org--open-elisp-link)
("file" :complete org-file-complete-link)
("ftp" :follow (lambda (path) (browse-url (concat "ftp:"
path))))
("help" :follow org--open-help-link)
("http" :follow
(lambda (path) (browse-url (concat "http:" path))))
("https" :follow
(lambda (path) (browse-url (concat "https:" path))))
("mailto" :follow
(lambda (path) (browse-url (concat "mailto:" path))))
("news" :follow
(lambda (path) (browse-url (concat "news:" path))))
("shell" :follow org--open-shell-link))
org-structure-template-alist '(("n" "#+BEGIN_NOTES\n?\n#+END_NOTES")
("s" "#+BEGIN_SRC ?\n\n#+END_SRC")
("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE")
("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE")
("v" "#+BEGIN_VERSE\n?\n#+END_VERSE")
("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM")
("c" "#+BEGIN_CENTER\n?\n#+END_CENTER")
("C" "#+BEGIN_COMMENT\n?\n#+END_COMMENT")
("l" "#+BEGIN_EXPORT latex\n?\n#+END_EXPORT")
("L" "#+LaTeX: ")
("h" "#+BEGIN_EXPORT html\n?\n#+END_EXPORT")
("H" "#+HTML: ")
("a" "#+BEGIN_EXPORT ascii\n?\n#+END_EXPORT")
("A" "#+ASCII: ") ("i" "#+INDEX: ?")
("I" "#+INCLUDE: %file ?"))
org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
org-fontify-whole-heading-line t
org-agenda-files '("~/Dokumente/org/privat/"
"~/Dokumente/org/privat/info/")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-remove-highlights-with-change nil
org-clock-out-remove-zero-time-clocks t
)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: Wrong type argument: listp, "" [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/sane/.emacs.d/elpa/org-20171009/)]
2017-10-11 17:56 Bug: Wrong type argument: listp, "" [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/sane/.emacs.d/elpa/org-20171009/)] Michael Ziems
@ 2017-10-14 9:15 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-10-14 9:15 UTC (permalink / raw)
To: Michael Ziems; +Cc: emacs-orgmode
Hello,
Michael Ziems <michael.ziems@xiron.de> writes:
> i wanted to normally start the org-agenda, how i always do it and now it
> just runs into the mentioned lisp error: Wrong type argument: listp, ""
[...]
> org-agenda-time-grid '((daily today require-timed) ""
> (800 1000 1200 1400 1600 1800 2000))
`org-agenda-time-grid' changed in Org 9.1. You may want to have a look
into ORG-NEWS.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-14 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11 17:56 Bug: Wrong type argument: listp, "" [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/sane/.emacs.d/elpa/org-20171009/)] Michael Ziems
2017-10-14 9:15 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.