* 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: <embed width="800" height="600" quality="high" wmode="opaque" name="virtualchumby" type="application/x-shockwave-flash" src="http://www.chumby.com/virtualchumby_noskin.swf" FlashVars="_chumby_profile_url=http%3A%2F%2Fwww.chumby.com%2Fxml%2Fvirtualprofiles%2FC3BB9562-5713-11E0-8D7D-0021288E6F90&baseURL=http%3A%2F%2Fwww.chumby.com" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> ** 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 <m...@christianmoe.com> 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)) "") > >