From mboxrd@z Thu Jan 1 00:00:00 1970 From: brian powell Subject: Re: Using org-mode for recipes (i.e. cooking) Date: Fri, 25 Mar 2011 15:25:25 -0400 Message-ID: References: <4D8BAF12.3000904@christianmoe.com> <4D8BBDFC.30909@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=34558 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3CdV-0005uf-BI for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 15:25:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3CdU-0001Lo-01 for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 15:25:29 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3CdT-0001LQ-PO for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 15:25:27 -0400 Received: by wyf19 with SMTP id 19so1601056wyf.0 for ; Fri, 25 Mar 2011 12:25:26 -0700 (PDT) In-Reply-To: <4D8BBDFC.30909@christianmoe.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: mail@christianmoe.com Cc: Orgmode Mailing List , Le Wang * Could do a link like this in an OrgMode buffer: [[shell:google-chrome --enable-plugins ~/CountDownTimer.html &]] ** Where ~/CountDownTimer.html contains the below code and/or only contains the below code/markup: ** Tested this; worked for me. ** You may have to make a "VirtualChumby" which I believe is free from Chumby Industries. *** FWIW I am in no way connected to "Chumby Industries"--no way that I know of... ;-) On Thu, Mar 24, 2011 at 5:56 PM, Christian Moe wrote: > PS. Using Eric Schulte's new with-time macro > (http://orgmode.org/worg/org-hacks.html#sec-1_2_6), part of the table > formula in my above example can be written more compactly: > > $5 = '(if (string-match org-timer-re $3) (org-timer-secs-to-hms (- > (org-timer-hms-to-secs $2) (org-timer-hms-to-secs $4))) "") > > becomes: > > $5='(if (string-match org-timer-re $3) (with-time t (- $2 $4)) "") > >