* org-agenda-list: no-catch --cl-block-nil--
@ 2016-11-25 16:35 Karl Voit
2016-11-25 17:02 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Karl Voit @ 2016-11-25 16:35 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-agenda-list: no-catch --cl-block-nil--
2016-11-25 16:35 org-agenda-list: no-catch --cl-block-nil-- Karl Voit
@ 2016-11-25 17:02 ` Nicolas Goaziou
2016-11-25 17:09 ` Karl Voit
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2016-11-25 17:02 UTC (permalink / raw)
To: Karl Voit; +Cc: Karl Voit, emacs-orgmode
Hello,
Karl Voit <devnull@Karl-Voit.at> writes:
> 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))))
It looks like a bug in Emacs 24.5. I pushed a tentative fix. Could you
update Org (maint) and try again?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-agenda-list: no-catch --cl-block-nil--
2016-11-25 17:02 ` Nicolas Goaziou
@ 2016-11-25 17:09 ` Karl Voit
0 siblings, 0 replies; 3+ messages in thread
From: Karl Voit @ 2016-11-25 17:09 UTC (permalink / raw)
To: emacs-orgmode
* Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
>
> Karl Voit <devnull@Karl-Voit.at> writes:
>
>> 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))))
>
> It looks like a bug in Emacs 24.5. I pushed a tentative fix. Could you
> update Org (maint) and try again?
Aaaand it is fixed.
Unbelievable fast fix. :-O
Thanks for your work!
--
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-25 17:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 16:35 org-agenda-list: no-catch --cl-block-nil-- Karl Voit
2016-11-25 17:02 ` Nicolas Goaziou
2016-11-25 17:09 ` Karl Voit
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.