From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Hyatt Subject: Re: [OT] Xiki - could something like that be done with emacs+orgmode? Date: Wed, 19 Sep 2012 17:49:00 -0400 Message-ID: References: <87vcfbaapy.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TES8k-0004TN-4n for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 17:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TES8j-0006vk-64 for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 17:49:02 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:36171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TES8j-0006vY-27 for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 17:49:01 -0400 Received: by ied10 with SMTP id 10so2645120ied.0 for ; Wed, 19 Sep 2012 14:49:00 -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: Sean O'Halpin Cc: Org Mode That's odd, I get "No org-babel-execute function for sh!". I think I just hadn't require'd ob-sh, and when I did this fixed the problem. Thanks! My point about removing the boilerplate still stands, however. If I have some free time in the next month, I may try to see if I can get it removed as I proposed above. On Wed, Sep 19, 2012 at 2:27 AM, Sean O'Halpin wrote: > On Wed, Sep 19, 2012 at 4:37 AM, Andrew Hyatt wrote: > >> The xiki video is interesting, and I immediately thought of babel. >> However, babel sh-mode doesn't have support for execution yet. > > Not sure what you mean by that. Place cursor in source block and hit C-c, e.g. > > #+BEGIN_ORG > * Shell example > > #+begin_src sh > date > #+end_src > > #+RESULTS: > : Wed Sep 19 07:24:17 BST 2012 > > #+END_ORG > > Regards, > Sean >