Hello,
Carsten Dominik <[email protected]> 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