emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [BUG] org-export-normalize-links: Invalid function: org-if


From: Carsten Dominik
Subject: Re: [Orgmode] [BUG] org-export-normalize-links: Invalid function: org-if-unprotected-at
Date: Wed, 23 Sep 2009 14:48:12 +0100


On Sep 23, 2009, at 4:59 AM, Eric Schulte wrote:

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


Hi Eric,

I think this can happen when using a uncompiled version of org-exp.el that is
getting a compiled version of org.el via (require 'org).

Adding

   (require 'org-macs)

to org-exp.el (I just did that) should hopefully get rid of this issue.

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]