From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: org-wikinodes - find files in a specific directory Date: Mon, 16 Apr 2012 11:23:32 -0300 Message-ID: <4f8c2b68.4909ec0a.7459.49e0@mx.google.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJmqI-0002xR-Rk for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 10:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJmqC-0004vp-Ed for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 10:23:46 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:60773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJmqC-0004vT-8T for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 10:23:40 -0400 Received: by yenm8 with SMTP id m8so2913058yen.0 for ; Mon, 16 Apr 2012 07:23:37 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode Maybe a custom link type is enough for this. You can define a 'wiki' link type with #+LINK: wiki ~/Wiki_folder/%s and then use [[wiki:something.org][description]] -- Darlan At Fri, 13 Apr 2012 12:23:12 -0500, Marcelo de Moraes Serpa wrote: > > [1 ] > Also, I just found out org-wikinodes can't use filenames as basic data > units. It'd be nice if it could. Would it be too hard to support such > feature? Most of my wiki files do not start with a headlines of the same > name, for example. > > On Fri, Apr 13, 2012 at 12:19 PM, Marcelo de Moraes Serpa < > celoserpa@gmail.com> wrote: > > > Hi guys, > > > > Is it possible to setup wikinodes to find files in a specific directory > > (rather than current file or current directory)? > > > > It'd also be nice if we could have a way to specify a list of directories. > > My org filesystem layout follows a particular convention where "wiki-like" > > (reference) files are kept in a directory of its own, but there are some > > exceptions to this rule - files in other dirs that I'd like wikinodes to > > take into consideration. > > > > Thanks! > > > > - Marcelo. > > > [2 ] >