From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: CamelCase link type Date: Sun, 19 Apr 2009 15:49:46 +0200 Message-ID: References: <49E82FBD.1090602@dimi.uniud.it> <81B0E54D-4101-4F98-A04D-7A6F089F78AC@gmail.com> <22168.88.87.129.71.1240132618.squirrel@webmail.dimi.uniud.it> <1240134181-sup-7042@oz.taruti.net> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvXPA-0003x4-F9 for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 09:49:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvXP5-0003ws-Qm for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 09:49:55 -0400 Received: from [199.232.76.173] (port=48644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvXP5-0003wp-Ik for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 09:49:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:19705) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvXP5-00008o-4E for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 09:49:51 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvXP4-00041y-5H for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 09:49:50 -0400 Received: by ey-out-1920.google.com with SMTP id 13so273515eye.24 for ; Sun, 19 Apr 2009 06:49:47 -0700 (PDT) In-Reply-To: <1240134181-sup-7042@oz.taruti.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Taru Karttunen Cc: emacs-orgmode On Apr 19, 2009, at 11:44 AM, Taru Karttunen wrote: > 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]]/' Awesome. - Carsten > > +- 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