Hi,

I use org-freemind-from-org-mode on the following org file:

---beginning of file---
* Root node
** Parent
This is the node's note

*** Child
---end of file---

It generates an mm file. I expected the contents of the entries in the
org file to be exported as notes of the nodes in the mind map. Instead,
they are exported as child nodes whose titles are the notes. As a
result, in this example Parent has two children (Child and a note) in
the mind map.

In fact, if I take the mm file and import it back to org using
org-freemind-to-org-mode, I get the following:


---beginning of file---
* Root node
** Parent
***
This is the node's note

*** Child
---end of file---


Is there a way to export the contents of an entry as notes in the mind map?

I face the same problem in the other direction. If I add a note to the
mind map and then export it to org, the note does not make it to the org
file.

I would appreciate any help with these issues.

Thanks,

Gonzalo

Reply via email to