emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [PATCH] org-macs: store evaluated version of pom


From: Bastien
Subject: Re: [Orgmode] [PATCH] org-macs: store evaluated version of pom
Date: Sun, 27 Feb 2011 12:46:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Julien,

Julien Danjou <address@hidden> writes:

> Yes it is. This patch just fix one problem. Without it, what is set
> with pom is evaluated multiple times:
>
> (org-with-point-at (function-that-return-some-marker)
>   (do-stuff))
>
> (function-that-return-some-marker) will be called several times, which
> can causes a lot of problem, as you imagine just by reading the current
> code.
>
> This patch evalute the function, store it to `pom' and use this variable
> instead.

Many thanks for the explanations.

I've now applied this patch.

-- 
 Bastien



reply via email to

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