From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Subject: Re: Bug: Error with standard exporter on Windows Date: Wed, 17 Apr 2013 09:00:06 +0000 (UTC) Message-ID: References: <878v6mob29.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOE7-0006ea-M7 for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 05:00:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USOE3-0002Ae-TE for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 05:00:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:46493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOE3-0002AP-M2 for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 05:00:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1USOE1-0002BH-VT for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 11:00:21 +0200 Received: from mail.polytec.de ([213.144.13.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Apr 2013 11:00:21 +0200 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Apr 2013 11:00:21 +0200 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: emacs-orgmode@gnu.org Martin web.de> writes: > I'm having the same problem, but I am using > > When trying to export the subtree to HTML or OpenDocument, I get the error > message: > OpenDocument export failed: Invalid function: org-if-unprotected-at > (or for HTML org-if-unprotected-1) > > I'm already using org-mode 7.9.4. I'm sorry - I finally found an old post of Carsten Dominik and the following helped: closing emacs executing "make clean" in the org-mode directory (with CYGWIN) opening emacs again. :-) Regards Martin