emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] freemind export?


From: Christof Spitz
Subject: Re: [O] freemind export?
Date: Mon, 4 Nov 2013 16:58:23 +0100

Thanks

here is a part of your mm-xml-code:

<node COLOR="#00b439" ID="sec-1-1" POSITION="right" FOLDED="false">
<font NAME="SansSerif" SIZE="16"/>
<edge STYLE="bezier" WIDTH="thin"/>
<richcontent TYPE="NODE">
<html>
<head>
</head>
<body>
<p>Sub 1.1
</p>
</body>
</html>
</richcontent>
</node>

and here is mine, containing no formatting attributes:

      <node>
<richcontent TYPE="NODE">
 <html>
   <head>
   </head>
   <body>
     <p>Sub 1.1
     </p>
   </body>
 </html>
</richcontent>
      </node>

I was not able to change the setting of "org-freemind-style-map-function", didn't understand the syntax. Seems you have another setting there that makes use of your predefined styles.

1. could you send me the variable settings of the exporter in your .emacs? 
2. could you send me / or point me to the latest version of ox-freemind.el that you are using?
 
I am not a programmer, so I don't much about what is going on in the lisp code.

Thanks for helping,
Christof


2013/11/4 Jambunathan K <address@hidden>

See the attachment.

You can search for right and left in the XML produced.  First headline
goes right, second headline goes left, third one goes right, so on and
so forth.

If you could locate the bug I am willing to circulate a fix.



Christof Spitz <address@hidden> writes:

> Does freeplane do the placing or is it due to a POSITION switch in the
> mm-file? Could you post the exported mm-file please for comparison,
> please?
>
> Thanks
> Von: Jambunathan K
> Gesendet: 04.11.2013 07:37
> An: Christof Spitz
> Cc: address@hidden
> Betreff: Re: freemind export?



reply via email to

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