On 28.2.2013, at 11:22, Nicolas Goaziou <n.goaz...@gmail.com> wrote:
> Hello, > > Carsten Dominik <carsten.domi...@gmail.com> 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