From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: org-mode's HEAD org-remember bug? Date: Sat, 16 Mar 2013 00:08:00 +0100 Message-ID: <86obekz2gf.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello Marcelo, Marcelo de Moraes Serpa wrote: > 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? On HEAD, it's org-capture... Your key binding is obsolete... Best regards, Seb -- Sebastien Vauban