From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: args-out-of-range # Date: Wed, 16 Mar 2016 22:41:46 +0100 Message-ID: <87bn6ew15x.fsf@nicolasgoaziou.fr> References: <877fhjxq8a.fsf@brittoffice.uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agJAM-0001Fj-Fe for emacs-orgmode@gnu.org; Wed, 16 Mar 2016 17:39:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agJAL-0006wM-Gi for emacs-orgmode@gnu.org; Wed, 16 Mar 2016 17:39:42 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:40891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agJAL-0006sI-B5 for emacs-orgmode@gnu.org; Wed, 16 Mar 2016 17:39:41 -0400 In-Reply-To: <877fhjxq8a.fsf@brittoffice.uwaterloo.ca> (britt@uwaterloo.ca's message of "Thu, 03 Mar 2016 15:26:29 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: britt@uwaterloo.ca Cc: John Kitchin , emacs-orgmode@gnu.org Hello, britt@uwaterloo.ca writes: > This message just started appearing today when I open an agenda view > "C-c a a". It is not obvious to me what I am doing or have done > differently, and I would appreciate some advice how to diagnose the > problem: > Emacs: 24.5.1 > Orgmode: 8.3.4-5 (20160229 elpa) > > Thank you, -- Britt > > The error trace follows: > > Debugger entered--Lisp error: (args-out-of-range # 1372 1409) > match-string(1) > (let ((s (match-string 1)) (s-begin (match-beginning 1)) (s-end > (match-end 1)) (beg (match-beginning 0)) (end (match-end 0)) (cite-re > (format "^\\(%s:\\)" (regexp-opt (-sort (function (lambda ... ...)) > org-ref-cite-types)))) cite-type) (if (and s (string-match cite-re s)) > (progn (setq cite-type (match-string 1 s)) (remove-text-properties beg > end (quote (invisible))) (add-text-properties beg end (list (quote > face) (list (quote :foreground) org-ref-cite-color)))))) > (progn (let ((s (match-string 1)) (s-begin (match-beginning 1)) > (s-end (match-end 1)) (beg (match-beginning 0)) (end (match-end 0)) > (cite-re (format "^\\(%s:\\)" (regexp-opt (-sort (function ...) > org-ref-cite-types)))) cite-type) (if (and s (string-match cite-re s)) > (progn (setq cite-type (match-string 1 s)) (remove-text-properties beg > end (quote (invisible))) (add-text-properties beg end (list (quote > face) (list (quote :foreground) org-ref-cite-color))))))) > (unwind-protect (progn (let ((s (match-string 1)) (s-begin > (match-beginning 1)) (s-end (match-end 1)) (beg (match-beginning 0)) > (end (match-end 0)) (cite-re (format "^\\(%s:\\)" (regexp-opt (-sort > ... org-ref-cite-types)))) cite-type) (if (and s (string-match cite-re > s)) (progn (setq cite-type (match-string 1 s)) (remove-text-properties > beg end (quote (invisible))) (add-text-properties beg end (list (quote > face) (list ... org-ref-cite-color))))))) (set-match-data > save-match-data-internal (quote evaporate))) > (let ((save-match-data-internal (match-data))) (unwind-protect > (progn (let ((s (match-string 1)) (s-begin (match-beginning 1)) (s-end > (match-end 1)) (beg (match-beginning 0)) (end (match-end 0)) (cite-re > (format "^\\(%s:\\)" (regexp-opt ...))) cite-type) (if (and > s (string-match cite-re s)) (progn (setq cite-type (match-string 1 s)) > (remove-text-properties beg end (quote ...)) (add-text-properties beg > end (list ... ...)))))) (set-match-data save-match-data-internal > (quote evaporate)))) > org-ref-make-org-link-cite-key-visible(416) This looks like an org-ref issue. I'm Cc'ing John Kitchin. Regards, -- Nicolas Goaziou