emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] org-agenda: fix `org-agenda-new-marker`


From: Ihor Radchenko
Subject: Re: [PATCH] org-agenda: fix `org-agenda-new-marker`
Date: Tue, 18 Oct 2022 03:54:35 +0000

Hu Lucius <orctarorga@gmail.com> writes:

> In some cases, `org-agenda-buffer` is killed while the symbol itself
> is still non-nil. `org-agena-new-marker` and anything that calls it would
> end in a message of "Selecting deleted buffer".
>
> This commit simply added an additional test that
>
>     (buffer-live-p org-agenda-buffer)
>
> should also be true.
>
> P.S. I've sent another patch with the same subject a few days earlier.
> But that contains an error. Please dismiss that one.

For record, an alternative patch has been applied in the other thread.
See 
https://orgmode.org/list/CACDPnMHOfUmO4sjer_pcox5Z5sodkVN-UW29AAYdL8V-iOiGoA@mail.gmail.com

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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