From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporter interface question Date: Thu, 28 Feb 2013 11:22:06 +0100 Message-ID: <87ip5cpwkx.fsf@gmail.com> References: <871uc2t9z7.fsf@gmail.com> <8993D674-E5E6-4B8E-AE3C-75F694371459@gmail.com> <8738whsrx3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB0d3-0001Fw-EB for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:22:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB0d2-0001J8-Gl for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:22:21 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:57830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB0d2-0001J0-B3 for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:22:20 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so1320711wgb.29 for ; Thu, 28 Feb 2013 02:22:19 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Thu, 28 Feb 2013 09:39:18 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org-mode List Hello, Carsten Dominik 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