[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-mobile-push breaks currently open org-agenda
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-mobile-push breaks currently open org-agenda |
Date: |
Fri, 10 Mar 2017 18:28:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Aaron Jensen <address@hidden> writes:
> Thank you for the tip. Here is the trace:
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> set-buffer(nil)
> (save-current-buffer (set-buffer buffer) buffer-undo-list)
> (let ((--cline (org-current-line)) (--cmd this-command) (--buf1
> (current-buffer)) (--buf2 buffer) (--undo1 buffer-undo-list) (--undo2
> (save-current-buffer (set-buffer buffer) buffer-undo-list)) --c1 --c2)
> (save-current-buffer (set-buffer buffer) (widen) (goto-char pos)
> (org-show-context (quote agenda)) (let ((current-prefix-arg arg))
> (call-interactively (quote org-todo))) (and (bolp) (forward-char 1))
> (setq newhead (org-get-heading)) (if (and (and (boundp (quote
> org-agenda-headline-snapshot-before-repeat))
It seems that the buffer containing the headline you're calling
`org-todo' on doesn't exist anymore.
ATM, I am not sure how it happens since the headline was extracted from
some document. Could you try evaluating
M-: (org-get-at-bol 'org-marker)
on a problematic line and report back the problem?
Better, do you have any ECM for the problem?
Regards,