From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: emacs regex work done within literate org-mode? Date: Thu, 17 Apr 2014 22:59:51 +0200 Message-ID: <87fvlb65a0.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WatOM-0005JM-M0 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 16:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WatOG-0004UX-EN for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 16:58:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:47709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WatOG-0004UP-7w for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 16:58:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WatOE-0007Uz-KD for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 22:58:34 +0200 Received: from g231111013.adsl.alicedsl.de ([92.231.111.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 22:58:34 +0200 Received: from tjolitz by g231111013.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 22:58:34 +0200 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: emacs-orgmode@gnu.org Lawrence Bottorff writes: > A while back I declared war against what I call "tunneling" i.e., the > typical programmer practice of just working along on something without > making any sort of notes or comments . . . When learning about [[http://software-lab.de/doc/ref.html][PicoLisp]] I noticed that some of the very best programmers actually prefer just reading code with minimal distraction by comments, so 'tunneling' is probably not bad per se but rather a question of taste. > Basically, I'm looking for something better than the typical Emacs > REPL session where you have the option of simply saving the entire > session's REPL buffer. But I don't want it to be so cumbersome that I'm > writing a tutorial, either -- even though that's what I'm sort of > doing. The dream would be that a whole day's work could be contained > in org-mode files -- both the code and the description of what's going > on and how things came (in)to be(ing). When its about programming work with just one language, you might try outshine.el with outorg.el, if you work with several languages or its more about publishing then actual programming, Org (Babel) should be perfectly capable to do what you want. -- cheers, Thorsten