From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Let's TALK about it Date: Wed, 07 Apr 2010 16:01:23 +0200 Message-ID: References: <87ocjd8hbi.fsf@gmail.com> <871vg9z24i.fsf@gmail.com> <87d3zsvz9g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzVp6-0000rA-4j for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 10:01:40 -0400 Received: from [140.186.70.92] (port=48435 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzVp1-0000q6-1N for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 10:01:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzVoz-0001fS-8C for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 10:01:34 -0400 Received: from lo.gmane.org ([80.91.229.12]:48852) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzVoy-0001fG-Fs for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 10:01:33 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NzVow-0003ri-Ud for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 16:01:30 +0200 Received: from xdsl-78-35-163-175.netcologne.de ([78.35.163.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2010 16:01:30 +0200 Received: from andrea.crotti.0 by xdsl-78-35-163-175.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2010 16:01:30 +0200 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: emacs-orgmode@gnu.org My talk has been accepted :) So now I really have to prepare something! I thought that for showing the power of org-mode and babel I could use something I already have http://github.com/AndreaCrotti/my-project-euler/blob/master/euler.org (click on raw to see the code) It's a summary of which problems I've solved or I want to solve. Below there are elisp functions that are called inside the table, and the table is updated smartly looking for every file with a particular extension in the directories of the problems. Then I was thinking to remove the table and I started to use a babel approach, but I think both approaches could be very interesting. Those snippets of code that only returns a result are a nice example to use with babel (I think). Could be a good idea? I'm also going to show something from python-mode/yasnippet because in the end the title of the talk is "Light of speed python programming with emacs" So I have to stay close to it :D