[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] CamelCase link type
From: |
Taru Karttunen |
Subject: |
Re: [Orgmode] CamelCase link type |
Date: |
Sun, 19 Apr 2009 12:44:24 +0300 |
User-agent: |
Sup/git |
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