emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Patch] Support for dimming local to each agenda


From: Yuri Lensky
Subject: Re: [O] [Patch] Support for dimming local to each agenda
Date: Fri, 14 Jul 2017 02:22:50 -0700

Why not save mark? This allows user-defined hooks in org-blocker-hooks more freedom. That said, I am not sure of org-mode project conventions, so if `save-excursion' is preferred I can change it to that.

Thanks.

On Fri, Jul 14, 2017 at 1:29 AM, Nicolas Goaziou <address@hidden> wrote:
Hello,

Yuri Lensky <address@hidden> writes:

> Thanks. I have attached an updated patch that addresses your points (with
> some additional cleanup).

Thank you.

>> Why is `save-mark-and-excursion' needed?
>>
> Because we are moving point to get to the heading, and in principle hooks
> in org-blocker-hook can change point/mark.

Since we don't care about mark, isn't `save-excursion' sufficient?

Regards,

--
Nicolas Goaziou


reply via email to

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