From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: org-agenda-list: no-catch --cl-block-nil-- Date: Fri, 25 Nov 2016 17:35:04 +0100 Message-ID: <2016-11-25T17-26-05@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAJT7-0008NF-6P for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 11:35:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAJT3-0008MC-Tl for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 11:35:21 -0500 Received: from [195.159.176.226] (port=42702 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cAJT3-0008KZ-N2 for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 11:35:17 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cAJSx-0005B8-5E for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 17:35:11 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi! I get an error when calling org-agenda-list after updating my main-branch of Org-mode: GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) Org mode version 9.0.1 (release_9.0.1-12-g2e35a5) Debug output: throw(--cl-block-nil-- (quote (space :width (16)))) org-agenda-get-category-icon("refinement") org-agenda-format-item("Sched. 2x: " #("NEXT get confidence-level green on [[IPD:13673]] :refinement:" 0 4 (face (:foreground "red" :weight bold) fontified nil org-category "refinement") 4 35 (face org-level-3 fontified nil org-category "refinement") 35 36 (face org-link invisible org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") fontified nil org-category "refinement") 36 37 (face org-link invisible org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-ope n-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) fontified nil org-category "refinement") 37 45 (face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") fontified nil org-category "refinement") 45 46 (face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mous e-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) fontified nil org-category "refinement") 46 47 (face org-link invisible org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") fontified nil org-category "refinement") 47 48 (face org-link invisible org-link keymap (keymap (follow-link . m ouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673" htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) fontified nil org-category "refinement") 48 89 (face org-level-3 fontified nil org-category "refinement") 89 100 (face (org-tag org-level-3) mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) fontified nil org-category "refinement") 100 101 (face (org-tag org-level-3) mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-fil e-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) fontified nil org-category "refinement")) " " "refinement" (#("OrderQuantities" 0 15 (inherited t)) #("US_ConfigureOffer" 0 17 (inherited t)) "refinement") time nil nil) byte-code("\306 \307\216\310 *\204 I do not have any configuration related to the category "refinement". I use some icons for categories on my agenda: (add-to-list 'org-agenda-category-icon-alist '(".*" '(space . (:width (16)))) ) (add-to-list 'org-agenda-category-icon-alist '("contacts" "/usr/share/icons/oxygen/16x16/places/user-identity.png" nil nil :ascent center) ;;/usr/share/icons/gnome/16x16/emotes/face-smile.png ) (add-to-list 'org-agenda-category-icon-alist '("public_voit" "/usr/share/icons/oxygen/16x16/mimetypes/application-rss+xml.png" nil nil :ascent center) ) (add-to-list 'org-agenda-category-icon-alist '("misc" "/usr/share/icons/oxygen/16x16/emblems/emblem-new.png" nil nil :ascent center) ) (add-to-list 'org-agenda-category-icon-alist '("hardware" "/usr/share/icons/oxygen/16x16/devices/camera-photo.png" nil nil :ascent center) ) (add-to-list 'org-agenda-category-icon-alist '("bwg" "/usr/share/icons/oxygen/16x16/actions/go-home.png" nil nil :ascent center) ) The content of org-agenda-category-icon-alist is: Value: (("bwg" "/usr/share/icons/oxygen/16x16/actions/go-home.png" nil nil :ascent center) ("hardware" "/usr/share/icons/oxygen/16x16/devices/camera-photo.png" nil nil :ascent center) ("misc" "/usr/share/icons/oxygen/16x16/emblems/emblem-new.png" nil nil :ascent center) ("public_voit" "/usr/share/icons/oxygen/16x16/mimetypes/application-rss+xml.png" nil nil :ascent center) ("contacts" "/usr/share/icons/oxygen/16x16/places/user-identity.png" nil nil :ascent center) (".*" '(space :width (16)))) Do I have to adopt my configuration here? Thanks for your help! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github