emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporter interface question


From: Nicolas Goaziou
Subject: Re: [O] Exporter interface question
Date: Thu, 28 Feb 2013 11:22:06 +0100

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)?

> It was great fun and educational to study your very clear code.

Thank you. 


Regards,

-- 
Nicolas Goaziou



reply via email to

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