Hi Kevin,

Kevin Liu <ke...@nivekuil.com> 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 add-text-properties:
>
> Debugger entered--Lisp error: (args-out-of-range 0 2)
>   add-text-properties(0 2 (face org-link))
>   org-agenda-finalize()
>   org-agenda-list(nil)
>   funcall-interactively(org-agenda-list nil)
>   call-interactively(org-agenda-list)
>   org-agenda(nil)
>   funcall-interactively(org-agenda nil)
>   call-interactively(org-agenda nil nil)
>   command-execute(org-agenda)

FWIW I could not reproduce this bug but the code was wrong indeed, I
removed the redundant call to `add-text-properties' in maint.

I hope it fixed the problem you had, thanks for reporting it.

Best,

-- 
 Bastien

Reply via email to