From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: ox-freemind exporter Date: Fri, 19 Jul 2013 09:30:10 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0BhK-0005J0-GC for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 10:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0BhF-00087X-TN for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 10:30:18 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:36971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0BhF-00085V-NS for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 10:30:13 -0400 Received: by mail-ob0-f180.google.com with SMTP id eh20so5349969obb.25 for ; Fri, 19 Jul 2013 07:30:12 -0700 (PDT) In-Reply-To: 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: Michael Bach Cc: emacs-orgmode On Fri, Jul 19, 2013 at 8:54 AM, Michael Bach wrote: > Dear org-mode Users and Developers, > > I checked out org-mode from today and tried the ox-freemind exporter. It > fails with the error: > > `cond: Keyword argument :translations not one of (:name :parent > :transcoders :options :filters :blocks :menu)'. > > I searched around and found a post[1] by Nicolas Goaziou who seems to > maintain this exporter and a message that he fixed it after a change to > the internal representation of back-ends. I can confirm, assuming I haven't missed an obvious setup step other than adding: (require 'ox-freemind) to my config. I get the same error. John > > Am I missing something? > > Best Regards, > Michael > > [1] http://lists.nongnu.org/archive/html/emacs-orgmode/2013-07/msg00241.html > >