From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christof Spitz Subject: Re: freemind export? Date: Sat, 9 Nov 2013 01:09:01 +0100 Message-ID: References: <3116662324256475454@unknownmsgid> <87zjpk44li.fsf@gmail.com> <87d2mf7hqq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd91a045cc80504eab34eec Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vew6r-0002zv-5Q for emacs-orgmode@gnu.org; Fri, 08 Nov 2013 19:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vew6p-0006J1-OO for emacs-orgmode@gnu.org; Fri, 08 Nov 2013 19:09:05 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:57509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vew6p-0006Im-9R for emacs-orgmode@gnu.org; Fri, 08 Nov 2013 19:09:03 -0500 Received: by mail-wi0-f173.google.com with SMTP id ey11so146389wid.6 for ; Fri, 08 Nov 2013 16:09:01 -0800 (PST) In-Reply-To: <87d2mf7hqq.fsf@gmail.com> 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: Jambunathan K Cc: "emacs-orgmode@gnu.org" --047d7bd91a045cc80504eab34eec Content-Type: text/plain; charset=ISO-8859-1 Deas Jambunathan, I found the bug: Windows-Emacs was missing the libxml2 library. I got the libxml2-2.7.8.-w32-bin.zip, copied the content of /bin into Emacs' /bin directory and now the formatting works. I think it would be nice to have the level 0 node (title) formatted as

but that can probably done by using the style system. BTW: Freeplane messes the UTF-8 characters up when importing, that's why I use freemind. Thanks for your work, Christof 2013/11/5 Jambunathan K > 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 > --047d7bd91a045cc80504eab34eec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Deas Jambunathan,

I found the bug: Wind= ows-Emacs was missing the libxml2 library. I got the libxml2-2.7.8.-w32-bin= .zip, copied the content of /bin into Emacs' /bin directory and now the= formatting works.

I think it would be nice to have the level 0 node (titl= e) formatted as <p style=3D"text-align: center"> but that c= an probably done by using the style system.

BTW: F= reeplane messes the UTF-8 characters up when importing, that's why I us= e freemind.

Thanks for your work,
Christof

=



2013/11/5 Jambunathan K <kjambunathan@gmail.com>=
Christof Spitz <christof.spitz@gmail.com> write= s:

> 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 cha= nge:
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/01db56d04ad8842da74c3= 58ae6e27fe8147f6808:/contrib/lisp/ox-freemind.el


Org-mode version:

http://orgmode.org/w/?p= =3Dorg-mode.git;a=3Dblob_plain;f=3Dcontrib/lisp/ox-freemind.el;hb=3DHEAD

--047d7bd91a045cc80504eab34eec--