From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Wiki-like creating links on the fly for org Date: Mon, 12 Jul 2010 13:09:00 -0500 Message-ID: References: <4C3B5778.2060100@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=44141 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYNR8-00042Z-Tu for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 14:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYNR7-0001dX-9I for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 14:09:02 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:52557) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYNR7-0001dM-4q for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 14:09:01 -0400 Received: by pxi7 with SMTP id 7so2528738pxi.0 for ; Mon, 12 Jul 2010 11:09:00 -0700 (PDT) In-Reply-To: <4C3B5778.2060100@ccbr.umn.edu> 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: Erik Iverson Cc: Org Mode This doesn't seem to apply to what I want. It only links to org items inside the org file. Thanks for the hint, though! On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson wrote: > Perhaps I am confused, but have you tried radio targets? > > http://orgmode.org/org.html#Radio-targets > > > Marcelo de Moraes Serpa wrote: >> >> Hey all! >> >> I used to be an avid user of WikiDPad, and I loved the way it >> automatically (or manually, using [ ]) created links and files to >> these links (CamelCase) for me. The way it provided a visual tree of >> the wiki was also pretty cool. >> >> This was awesome for reference kind of data, to build your own >> knowledge base. I've been trying to test different approaches with >> org, but none of them work as smoothly as it worked for me when using >> wikidpad. >> >> I divide reference data in two main categories: Dynamic and Static. >> Static are the notes and stuff that youl want to keep somewhere and >> that you'll eventually refer to later. Dynamic are the kind of that >> you'll be editing often, but does not fit in any other category >> GTD-wise. It is reference, you want to keep it somewhere, not take >> action on it per se (other than editing it), but you want to expand >> and modify it often. >> >> How difficult would it be to implement a small system that would index >> the files of directory, get the names (camel-case) and automatically >> link to these names if written on an org buffer? My elisp skills are >> very weak as of now. >> >> I know some of you might list a number of points against implementing >> this, but I really loved the way Wikdpad created links on the fly. >> >> Thanks, >> >> Marcelo >> >> _______________________________________________ >> 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 >