From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] [PATCH] Warn about unexpanded macros on export Date: Sun, 28 Sep 2014 09:03:34 +0200 Message-ID: <87zjdkw7jt.fsf@nicolasgoaziou.fr> References: <87k34zqv9r.fsf@gmail.com> <87bnqbv27b.fsf@nicolasgoaziou.fr> <87fvfjow6p.fsf@gmail.com> <8738bi13te.fsf@gmx.us> <87zjdkl7h0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY8Vb-0004R4-Uh for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 03:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XY8VT-00076D-QX for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 03:03:03 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:43561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY8VT-00075f-KX for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 03:02:55 -0400 In-Reply-To: <87zjdkl7h0.fsf@gmail.com> (Aaron Ecay's message of "Sun, 28 Sep 2014 00:00:43 -0400") 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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Aaron Ecay writes: > This turned out to be very easy to change; attached is a patch. Thank you. Please apply it. > The links issue (re-)raised by Jacob in > > is a bit harder to deal with, since each backend currently does > something a little different. It would be possible to make every > backend=E2=80=99s org-X-link function error out at the end, but I=E2=80= =99m not sure > if that=E2=80=99s the right thing to do or not. A more workable solution would be to focus on internal links only and patch `org-export-resolve-id-link', `org-export-resolve-fuzzy-link', `org-export-resolve-coderef' (not needed for radio links). Regards, --=20 Nicolas Goaziou