emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-mode's HEAD org-remember bug?


From: Sebastien Vauban
Subject: Re: [O] org-mode's HEAD org-remember bug?
Date: Sat, 16 Mar 2013 00:08:00 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.91 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]