Re: Bug: org-agenda-finalize throws args-out-of-range [9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/nivekuil/.emacs.d/elpa/org-plus-contrib-20200302/)]

2020-05-24 Thread Bastien
Hi Kevin, Kevin Liu writes: > This bit in org-agenda-finalize: > > (save-excursion > (while (org-activate-links (point-max)) > (add-text-properties (match-beginning 0) (match-end 0) >'(face org-link > > Will throw an error at

Bug: org-agenda-finalize throws args-out-of-range [9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/nivekuil/.emacs.d/elpa/org-plus-contrib-20200302/)]

2020-03-02 Thread Kevin Liu
This bit in org-agenda-finalize: (save-excursion (while (org-activate-links (point-max)) (add-text-properties (match-beginning 0) (match-end 0) '(face org-link Will throw an error at add-text-properties: Debugger entered--Lisp error: