emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporter interface question


From: Carsten Dominik
Subject: Re: [O] Exporter interface question
Date: Thu, 28 Feb 2013 12:50:49 +0100

On 28.2.2013, at 11:22, Nicolas Goaziou <address@hidden> wrote:

> Hello,
> 
> Carsten Dominik <address@hidden> writes:
> 
>> OK, I pushed this change, maybe it is good if you have a brief look,
>> Nicolas.
> 
> Thanks for the patch. It looks good. I have one minor suggestion,
> though. In the following snippet:
> 
>  (eq (marker-buffer org-export-dispatch-last-position)
>                  (current-buffer))
> 
> wouldn't it be better to check equality with:
> 
>  (org-base-buffer (current-buffer))
> 
> instead or simply (current-buffer)?

I agree, but I think then also setting the mark need to take care to set the 
mark in the base buffer. Will do this.

- Carsten


reply via email to

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