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.