From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: org-mode's HEAD org-remember bug? Date: Fri, 15 Mar 2013 16:01:58 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5523a56c0ce8204d7fdc963 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGchN-0001yt-O2 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGchL-0008Dt-I5 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:02:01 -0400 Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:56514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGchL-0008Cq-Cx for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:01:59 -0400 Received: by mail-ob0-f177.google.com with SMTP id eh20so3694222obb.22 for ; Fri, 15 Mar 2013 15:01:58 -0700 (PDT) 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: Org Mode --bcaec5523a56c0ce8204d7fdc963 Content-Type: text/plain; charset=ISO-8859-1 Hey guys, I just updated org to HEAD, and I'm getting the following error when trying to run the org-remember function (bound to C-c r): > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]" nil) > (cond ((equal desc "NONE") (setq desc nil)) ((string-match > org-bracket-link-regexp desc) (setq desc ...))) > (let (link cpltxt desc description search txt custom-id agenda-link > sfuns sfunsn) (cond (...) (... ...) (... ...) (... ...) (... ... ...) (... > ... ...) (... ... ...) (... ... ...) (... ...) (... ... ...) (... ... ... > ...) (... ...) (t ...)) (if (consp link) (setq cpltxt ... link ...)) (setq > link (or link cpltxt) desc (or desc cpltxt)) (cond (... ...) (... ...)) (if > (and ... link) (progn ... ... ...) (or agenda-link ...))) > (let* ((org-called-with-limited-levels t) (org-outline-regexp ...) > (outline-regexp org-outline-regexp) (org-outline-regexp-bol ...)) (let > (link cpltxt desc description search txt custom-id agenda-link sfuns > sfunsn) (cond ... ... ... ... ... ... ... ... ... ... ... ... ...) (if ... > ...) (setq link ... desc ...) (cond ... ...) (if ... ... ...))) > (org-with-limited-levels (let (link cpltxt desc description search txt > custom-id agenda-link sfuns sfunsn) (cond ... ... ... ... ... ... ... ... > ... ... ... ... ...) (if ... ...) (setq link ... desc ...) (cond ... ...) > (if ... ... ...))) > org-store-link(nil) > org-remember-annotation() > run-hook-with-args-until-success(org-remember-annotation) > remember(nil) > org-do-remember() > org-remember(nil) > call-interactively(org-remember nil nil) Any hints? Cheers, - Marcelo. --bcaec5523a56c0ce8204d7fdc963 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey guys,

I just updated org to HEAD, and I&#= 39;m getting the following error when trying to run the org-remember functi= on (bound to C-c r):
=A0
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
=A0 stri= ng-match("\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]" nil)=
=A0 (cond ((equal desc "NONE") (setq desc nil)) ((string-matc= h org-bracket-link-regexp desc) (setq desc ...)))
=A0 (let (link cpltxt desc description search txt custom-id agenda-link sfu= ns sfunsn) (cond (...) (... ...) (... ...) (... ...) (... ... ...) (... ...= ...) (... ... ...) (... ... ...) (... ...) (... ... ...) (... ... ... ...)= (... ...) (t ...)) (if (consp link) (setq cpltxt ... link ...)) (setq link= (or link cpltxt) desc (or desc cpltxt)) (cond (... ...) (... ...)) (if (an= d ... link) (progn ... ... ...) (or agenda-link ...)))
=A0 (let* ((org-called-with-limited-levels t) (org-outline-regexp ...) (out= line-regexp org-outline-regexp) (org-outline-regexp-bol ...)) (let (link cp= ltxt desc description search txt custom-id agenda-link sfuns sfunsn) (cond = ... ... ... ... ... ... ... ... ... ... ... ... ...) (if ... ...) (setq lin= k ... desc ...) (cond ... ...) (if ... ... ...)))
=A0 (org-with-limited-levels (let (link cpltxt desc description search txt = custom-id agenda-link sfuns sfunsn) (cond ... ... ... ... ... ... ... ... .= .. ... ... ... ...) (if ... ...) (setq link ... desc ...) (cond ... ...) (i= f ... ... ...)))
=A0 org-store-link(nil)
=A0 org-remember-annotation()
=A0 run-hook-wi= th-args-until-success(org-remember-annotation)
=A0 remember(nil)
=A0 = org-do-remember()
=A0 org-remember(nil)
=A0 call-interactively(org-re= member nil nil)

Any hints?

Cheers,
<= br>
- Marcelo.=A0
--bcaec5523a56c0ce8204d7fdc963--