From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nagarjuna G." Subject: Re: gnowsys-mode a major mode extending org Date: Wed, 30 Sep 2009 10:19:20 +0530 Message-ID: <62b3fb50909292149l6c404bf0s3e1b8c49c2a2c62b@mail.gmail.com> References: <20090930001940.GA22310@fencepost.gnu.org> <20524da70909291823t509e5498i524dba8ac1e15d66@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Msr8K-00069H-At for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 00:49:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Msr8F-000695-3y for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 00:49:43 -0400 Received: from [199.232.76.173] (port=55525 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msr8E-000692-Rd for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 00:49:38 -0400 Received: from gnowledge.org ([158.144.44.247]:41521) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Msr8E-0007OV-3E for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 00:49:38 -0400 Received: from localhost (localhost [127.0.0.1]) by gnowledge.org (Postfix) with ESMTP id 6C597BC1F2 for ; Wed, 30 Sep 2009 10:20:46 +0000 (UTC) Received: from gnowledge.org ([127.0.0.1]) by localhost (gnowledge.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HZVXDkC5Etag for ; Wed, 30 Sep 2009 10:20:39 +0000 (UTC) Received: from mail-px0-f202.google.com (mail-px0-f202.google.com [209.85.216.202]) by gnowledge.org (Postfix) with ESMTPSA id 4B142BC1AB for ; Wed, 30 Sep 2009 10:20:38 +0000 (UTC) Received: by pxi40 with SMTP id 40so7078668pxi.24 for ; Tue, 29 Sep 2009 21:49:20 -0700 (PDT) In-Reply-To: <20524da70909291823t509e5498i524dba8ac1e15d66@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org On Wed, Sep 30, 2009 at 6:53 AM, Samuel Wales wrote: > > I haven't posted most of my related ideas yet, but I proposed > something similar (a prerequisite for it) called ID markers, in > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11845.html . =A0I > still need to reply to the replies, and will do so at some point. =A0I > also need to motivate one of the goals,for ID markers, which is > graph-theoretic graphs (in particular robust bidirectional links) for > personal use. > Indeed, I read the posts on the archive. If we have a mechanism by which each note/node has a URI it is possible to draw graphs. I may have forgotten to add, we do draw graphs of each node using graphviz library in SVG and show it in browser. The graph file is generated and its link provided in the org buffer. > You can have any place (which can be loosely defined) be a node > (including being a source and a target of arcs) merely by putting an > ID marker there. =A0This frees you from needing nodes to be entries with > properties. > Isn't adding an ID marker same as creating node with properties. It will be nice to make it as readable as possible using text, and also make the network navigable for human beings. > > I do hope that whatever ideas you implement can be put into contrib or > the core as general-purpose facilities for org. > Which algo did you use for generating unique IDs? Nagarjuna