Re: [O] ox-freemind

2016-07-28 Thread Adam Porter
marvin doyley  writes:

> I am playing with the org-mode to freemind exporter and was wondering
> how to show an association between two nodes.  For example, lets say I
> have an org-file
>
> #+title: Cars
> * Models
> ** BMW 
> * Colors
> ** Black

> I would like to link Black with BMW so that when it is exported to
> freemind there is an arrow going from Black to BMW. Does anybody know
> how to do this ?

Hi Marvin,

Did you ever find a way to do this?  I've always been interested in a
two-way org-freemind converter, if anyone ever makes one.  I don't know
if either program supports enough features of the other to make a
one-to-one conversion possible.

Did you try using regular org-mode links, either in the headings or in
the node contents?  Theoretically it would be possible to make it work
with org-ids, but I don't know if the exporter has support for that.

Of course, working with freemind files means working with XML, so it's
not exactly a fun project...




[O] ox-freemind

2016-07-04 Thread marvin doyley
Hi there,

I am playing with the org-mode to freemind exporter and was wondering how to 
show an association between two nodes.
For example, lets say I have an org-file

#+title: Cars
* Models
** BMW 
** Ford
** Tesla
* Colors
** Red
** Silver
** Black
** White
* Acceleration (0-60/s)
** 2
** 6
** 2

I would like to link Black with BMW so that when it is exported to freemind 
there is an arrow going from Black to BMW. Does anybody know how to do this ?

Cheers,
M


Re: [O] ox-freemind exporter

2013-07-19 Thread Nicolas Goaziou
Hello,

Michael Bach  writes:

> 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)'.

It should now be fixed. Thank you for reporting it.


Regards,

- 
Nicolas Goaziou



Re: [O] ox-freemind exporter

2013-07-19 Thread John Hendy
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
>
>



[O] ox-freemind exporter

2013-07-19 Thread Michael Bach
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.

Am I missing something?

Best Regards,
Michael

[1] http://lists.nongnu.org/archive/html/emacs-orgmode/2013-07/msg00241.html