From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: [ANN] outorg.el -- reverse Org-Babel Date: Fri, 15 Feb 2013 16:38:48 -0700 Message-ID: References: <87mwvabeuk.fsf@gmail.com> <87sj513wex.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Urj-0005jf-4i for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 18:38:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6Urh-0006Oq-Q1 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 18:38:51 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:57423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Urh-0006OX-Hd for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 18:38:49 -0500 Received: by mail-wi0-f174.google.com with SMTP id hi8so1748033wib.13 for ; Fri, 15 Feb 2013 15:38:48 -0800 (PST) In-Reply-To: <87sj513wex.fsf@gmail.com> 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, The idea is to allow the option of keeping your notes in your agenda files, so that you can do everything Org does. If you only keep them in comments, you can't do searches, for example. To do this, you put an ID in the comments. Then you have a command that will take you to the entry with that ID in your agenda files. The same command -- e.g. C-c ' -- will take you back to the correct place in the source file. If you are in the source file, it will search for the closest ID. So you can say this: (let ((foo bar)) ;; $[id ...] (something-to-be-documented and then in your Org files you have * my elisp notes ** something :PROPERTIES: :ID: ... :END: my notes I don't know how dynamic blocks would fit into that. This puts elisp in elisp and Org in Org. I like your idea too and consider this to be just an optional feature. Samuel On 2/12/13, Thorsten Jolitz wrote: > Samuel Wales writes: > >> One suggestion: what about optionally allowing you to keep your Org >> notes in Org? That would allow all Org features. >> >> You'd do it by putting a specially-formatted Org ID in the comment, >> and then you have a key that bounces back and forth. >> >> ;;; $[id 123451243512345] >> >> Then in Org you have that ID as a property. >> >> That way you can choose whether to have your documentation in the >> source file using Org syntax or in Org. > > I'm not sure I fully understand this, but working with 'org-id' would > definitely have been another option. Maybe even in combination with > dynamic blocks? > > -- > cheers, > Thorsten > > > -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.