Excerpts from Giorgio Brajnik's message of Sun Apr 19 12:16:58 +0300 2009:
> Carsten,
> thank you for your prompt answer.
> I understand your attitude towards CamelCase, and tend to agree, but I
> also think it would be nice to have a utility to easily port a set of
> emacs-wiki pages into orgmode.
> I'll see if I can come out with a simple elisp or python script to convert
> those files.

perl -pe 's/((?:[[:upper:]][\p{lower}_-\d]+){2,})/[[$1]]/' 

+- whatever special characters you allow in camel case links.

- Taru Karttunen


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to