emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Using org-mode for recipes (i.e. cooking)


From: brian powell
Subject: Re: [O] Using org-mode for recipes (i.e. cooking)
Date: Fri, 25 Mar 2011 15:25:25 -0400

* 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&amp;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 <address@hidden> 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)) "")
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]