From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Unexpected macro error Date: Fri, 21 Nov 2014 23:55:50 +0100 Message-ID: <871tow5fk9.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrx6e-0003HY-KQ for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 17:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrx6V-0007Oo-3E for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 17:55:12 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrx6U-0007Ks-Of for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 17:55:03 -0500 In-Reply-To: (Thomas S. Dye's message of "Wed, 19 Nov 2014 07:20:15 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > A document I've been working on for several weeks broke recently without > changes on my part. However, I've been tracking the master git branch > every once in a while and I suspect some change in Org is the culprit. > > Org-mode version 8.3beta (release_8.3beta-580-g787733 @ /Users/dk/.emacs.d/src/org-mode/lisp/) > > I haven't tried to make an ECM because I don't know what the problem > could be. Here is a backtrace: > > Debugger entered--Lisp error: (error "Undefined Org macro: ad; aborting.") [...] > The error message refers to a macro, ad. I don't have an "ad" macro. > Where does this come from? There is probably a left over {{{ad}}} somewhere, which cannot be expanded. You way want to debug `org-macro-replace-all' anyway. Regards, -- Nicolas Goaziou