emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Migrating from zim to org-mode ?
@ 2010-07-28  6:00 Olivier Berger
  2010-07-28 16:49 ` Marcelo de Moraes Serpa
  0 siblings, 1 reply; 4+ messages in thread
From: Olivier Berger @ 2010-07-28  6:00 UTC (permalink / raw)
  To: emacs-orgmode

Hi.

Is there docs already compiled by someone having "migrated" from Zim, a
desktop wiki [0], to Emacs + org-mode ?

Zim also uses text files, so I guess a few conversion scripts wouldn't
be so hard, but of course if someone already tried it, it would save me
time and effort.

Some useability / convenience comparison betw Zim and Org-Mode would be
interesting to me too.

Thanks in advance.

Best regards,

[0] http://zim-wiki.org/
-- 
Olivier BERGER <olivier.berger@it-sudparis.eu>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migrating from zim to org-mode ?
  2010-07-28  6:00 Migrating from zim to org-mode ? Olivier Berger
@ 2010-07-28 16:49 ` Marcelo de Moraes Serpa
  2010-07-29 10:14   ` Olivier Berger
  2010-07-29 12:50   ` Giovanni Ridolfi
  0 siblings, 2 replies; 4+ messages in thread
From: Marcelo de Moraes Serpa @ 2010-07-28 16:49 UTC (permalink / raw)
  To: Olivier Berger; +Cc: emacs-orgmode

Beware that, out-of-the-box, org doesn't provide any wiki
functionality. Sure you can link documents, but it doesn't
automatically infer links from already existing documents / camelcased
words. I don't think it would be hard for a seasoned elisp developer
to come up with an extension, but little interested has been shown. I
will eventually do it when my elisp skills reach the required level,
though, for me it's the only thing missing.

Marcelo.

On Wed, Jul 28, 2010 at 1:00 AM, Olivier Berger
<olivier.berger@it-sudparis.eu> wrote:
> Hi.
>
> Is there docs already compiled by someone having "migrated" from Zim, a
> desktop wiki [0], to Emacs + org-mode ?
>
> Zim also uses text files, so I guess a few conversion scripts wouldn't
> be so hard, but of course if someone already tried it, it would save me
> time and effort.
>
> Some useability / convenience comparison betw Zim and Org-Mode would be
> interesting to me too.
>
> Thanks in advance.
>
> Best regards,
>
> [0] http://zim-wiki.org/
> --
> Olivier BERGER <olivier.berger@it-sudparis.eu>
> http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
> Ingénieur Recherche - Dept INF
> Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migrating from zim to org-mode ?
  2010-07-28 16:49 ` Marcelo de Moraes Serpa
@ 2010-07-29 10:14   ` Olivier Berger
  2010-07-29 12:50   ` Giovanni Ridolfi
  1 sibling, 0 replies; 4+ messages in thread
From: Olivier Berger @ 2010-07-29 10:14 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: emacs-orgmode

Hi.

Le mercredi 28 juillet 2010 à 11:49 -0500, Marcelo de Moraes Serpa a
écrit :
> Beware that, out-of-the-box, org doesn't provide any wiki
> functionality. Sure you can link documents, but it doesn't
> automatically infer links from already existing documents / camelcased
> words. I don't think it would be hard for a seasoned elisp developer
> to come up with an extension, but little interested has been shown.

Thanks, I know that, but what I was looking for was also a way to import
existing Zim files into Org....

Otherwise, the CamelCase linking would be quite convenient IMHO.

>  I will eventually do it when my elisp skills reach the required level,
> though, for me it's the only thing missing.

That'd be cool ;)

> 
> Marcelo.
> 

Best regards,

> On Wed, Jul 28, 2010 at 1:00 AM, Olivier Berger
> <olivier.berger@it-sudparis.eu> wrote:
> > Hi.
> >
> > Is there docs already compiled by someone having "migrated" from Zim, a
> > desktop wiki [0], to Emacs + org-mode ?
> >
> > Zim also uses text files, so I guess a few conversion scripts wouldn't
> > be so hard, but of course if someone already tried it, it would save me
> > time and effort.
> >
> > Some useability / convenience comparison betw Zim and Org-Mode would be
> > interesting to me too.
> >
> > Thanks in advance.
> >
> > Best regards,
> >
> > [0] http://zim-wiki.org/
> > --
> > Olivier BERGER <olivier.berger@it-sudparis.eu>
> > http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
> > Ingénieur Recherche - Dept INF
> > Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)
> >
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >

-- 
Olivier BERGER <olivier.berger@it-sudparis.eu>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migrating from zim to org-mode ?
  2010-07-28 16:49 ` Marcelo de Moraes Serpa
  2010-07-29 10:14   ` Olivier Berger
@ 2010-07-29 12:50   ` Giovanni Ridolfi
  1 sibling, 0 replies; 4+ messages in thread
From: Giovanni Ridolfi @ 2010-07-29 12:50 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: emacs-orgmode, Olivier Berger

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> [Org-mode] doesn't
> automatically infer links from already existing documents / camelcased
> words. 

The issue has been discussed in December 2009:

http://lists.gnu.org/archive/html/emacs-orgmode/2009-12/msg00573.html

and also one year ago
http://lists.gnu.org/archive/html/emacs-orgmode/2009-06/msg00350.html

good luck with the implementation,
Giovanni

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-29 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-28  6:00 Migrating from zim to org-mode ? Olivier Berger
2010-07-28 16:49 ` Marcelo de Moraes Serpa
2010-07-29 10:14   ` Olivier Berger
2010-07-29 12:50   ` Giovanni Ridolfi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).