emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-agenda-list: no-catch --cl-block-nil--


From: Karl Voit
Subject: [O] org-agenda-list: no-catch --cl-block-nil--
Date: Fri, 25 Nov 2016 17:35:04 +0100
User-agent: slrn/pre1.0.0-18 (Linux)

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-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") 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) (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") 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 . 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";) 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-file-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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]