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.
Hello,
Jan-Mark Batke writes:
> Hi,
> using the freemind exporter I got the error
>
> : org-freemind-export-to-freemind: Symbol's function definition is void: \,
>
> so I removed the "," in this function.
>
> :org-export-to-file 'freemind ,file
> to
> :org-export-to-file 'freemind file
>
> Now i
Hi,
using the freemind exporter I got the error
: org-freemind-export-to-freemind: Symbol's function definition is void: \,
so I removed the "," in this function.
:org-export-to-file 'freemind ,file
to
:org-export-to-file 'freemind file
Now it does work.
Best
Jan-Mark
--
Jan-Mark Batke bad...
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
Brian Keats writes:
> OK, thanks anyway. I'd love to help, but I'm not a programmer.
Freemind exporter is based upon HTML exporter. If you tell me precisely
what markups you need i.e., circulate an Org file and the desired mm
file you want produced I can do further investigation.
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-pa
Christof Spitz writes:
> #+TITLE: SUBJEKT
> #+AUTHOR: Christof
> #+OPTIONS: H:4
>
> * Headline 1
>
> ** Sub 1.1
> ** Sub 1.2
>
> * Headline 2
>
> ** Sub 2.1
> ** Sub 2.2
>
> Branch "Headline 2" should be place to the left of the central SUBJECT
> in Freemind.
It is getting placed rightly.
Here
Christof Spitz writes:
> Hello,
>
> seems the freemind export is no longer supported in org.mode.
Not true. The exporter is available over the new export framework.
> Though I found the ox-freemind.el somewhere on the net,
You are looking for Jesus in a mosque. The right place would
org-pl
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.
freemind.mm
Description: freemind.mm
Christof Spitz writes
Thanks
here is a part of your mm-xml-code:
Sub 1.1
and here is mine, containing no formatting attributes:
Sub 1.1
I was not able to change the setting of "org-freemind-style-map-function",
didn't understand the syntax. Seems y
OK, thanks anyway. I'd love to help, but I'm not a programmer.
Brian
On Mon, Nov 4, 2013 at 7:22 AM, Bastien wrote:
> Hi Brian,
>
> Brian Keats writes:
>
> > I'm just getting started with org-mode, and I seem to be having an
> > issue with freemind export. None of the structural elements (htt
Hi Brian,
Brian Keats writes:
> I'm just getting started with org-mode, and I seem to be having an
> issue with freemind export. None of the structural elements (http://
> orgmode.org/manual/Easy-Templates.html) seem to be recognized when
> exported to freemind (except html). I'm interested in e
my installation of ox-freemind.el:
- put ox-freemind.el in list/org - directory
- (require 'cl) in init.el
- custom settings in initl.el:
'(org-export-backends (quote (ascii beamer html icalendar latex freemind)))
'(org-freemind-pretty-output t)
'(org-freemind-style-map-function (quote
org-free
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: emacs-orgmode@gnu.org
Betreff: Re: freemind export?
Christof Spitz writes:
Hello Jambunathan,
thanks for your quick reply.
> I am desperately looking for a documentation.
>
> M-x find-library RET ox-freemind RET
>
> Just look at English strings there. That should give you a pretty good
> idea of what you can do.
>
> Yes, I looked at the file for hours to try to figure
Hello,
seems the freemind export is no longer supported in org.mode. Though I
found the ox-freemind.el somewhere on the net, I am desperately looking for
a documentation. I want to position nodes on the left, for example, but I
don't know how to pass optional parameters to the converter.
Thanks
C
I'm just getting started with org-mode, and I seem to be having an issue
with freemind export. None of the structural elements (
http://orgmode.org/manual/Easy-Templates.html) seem to be recognized when
exported to freemind (except html). I'm interested in example mode so my
pasted text files show
Johnny writes:
> Hi,
>
> I am trying out the excellent freemind exporter/importer and am running
> into issues with long node names and newlines.
>
> 1) Exporting org to freemind (node name length limitation?)
> In org-mode, none of the headlines can contain newlines, so occasionaly
> they get a
Hi,
I am trying out the excellent freemind exporter/importer and am running
into issues with long node names and newlines.
1) Exporting org to freemind (node name length limitation?)
In org-mode, none of the headlines can contain newlines, so occasionaly
they get a bit long. This is not a (big)
19 matches
Mail list logo