From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: freemind export? Date: Tue, 05 Nov 2013 07:05:41 +0530 Message-ID: <87d2mf7hqq.fsf@gmail.com> References: <3116662324256475454@unknownmsgid> <87zjpk44li.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdVZM-0004oD-1o for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 20:36:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdVZH-00068P-07 for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 20:36:35 -0500 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:59108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdVZG-00068H-Oa for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 20:36:30 -0500 Received: by mail-pa0-f45.google.com with SMTP id kp14so7718609pab.4 for ; Mon, 04 Nov 2013 17:36:29 -0800 (PST) In-Reply-To: (Christof Spitz's message of "Mon, 4 Nov 2013 16:58:23 +0100") 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: Christof Spitz Cc: "emacs-orgmode@gnu.org" Christof Spitz writes: > 1. could you send me the variable settings of the exporter in your . > emacs? No customization at my end. emacs -Q -l ~/.emacs-minimal --8<---------------cut here---------------start------------->8--- kjambunathan@debian-6:~$ cat .emacs-minimal (add-to-list 'load-path "~/src/org-mode/lisp/") (require 'org-loaddefs) (add-to-list 'load-path "~/src/org-mode/contrib/lisp/") (require 'ox-freemind) --8<---------------cut here---------------end--------------->8--- C-c C-e f f > 2. could you send me / or point me to the latest version of > ox-freemind.el that you are using? I am using whatever that comes with Org-mode right now, with only change: Do a add (require 'cl). My version: http://repo.or.cz/w/org-mode/org-kjn.git http://repo.or.cz/w/org-mode/org-kjn.git/blob_plain/01db56d04ad8842da74c358ae6e27fe8147f6808:/contrib/lisp/ox-freemind.el Org-mode version: http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/ox-freemind.el;hb=HEAD