From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: [BUG] org-export-normalize-links: Invalid function: org-if-unprotected-at Date: Tue, 22 Sep 2009 21:59:33 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqJ16-0000H2-2a for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 23:59:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqJ10-0000GN-FZ for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 23:59:42 -0400 Received: from [199.232.76.173] (port=34590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqJ10-0000G5-9G for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 23:59:38 -0400 Received: from mail-yw0-f194.google.com ([209.85.211.194]:34458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqJ0z-0004cS-MH for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 23:59:38 -0400 Received: by ywh32 with SMTP id 32so467574ywh.14 for ; Tue, 22 Sep 2009 20:59:36 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi, When publishing large html projects I sometimes run into the following error. : org-export-normalize-links: Invalid function: org-if-unprotected-at This happens unpredictably, and I find that it can normally be fixed by some combination of... - updating Org-mode with git pull - running make clean && make in my Org-mode directory - restarting Emacs My questions are - has anyone else seen this? - does anyone have advice for forensic analysis I should perform next time this happens? Thanks -- Eric