From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Hetzner Subject: Re: Using org-mode for recipes (i.e. cooking) Date: Tue, 26 Jul 2011 22:00:17 -0700 Message-ID: <87livkco7y.wl%egh@e6h.org> References: <87k4fh2k99.wl%egh@e6h.org> <87bowgx6ou.fsf@ericabrahamsen.net> <877h7450fh.fsf@gmail.com> Reply-To: Erik Hetzner Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Tue_Jul_26_22:00:10_2011-1" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlwEa-0005BX-9D for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 01:00:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlwEX-0002IL-MH for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 01:00:40 -0400 Received: from mail-pz0-f49.google.com ([209.85.210.49]:46932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlwEX-0002IA-Ah for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 01:00:37 -0400 Received: by pzk33 with SMTP id 33so1721474pzk.8 for ; Tue, 26 Jul 2011 22:00:35 -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: John Hendy Cc: Eric Abrahamsen , Orgmode Mailing List , Le Wang --Multipart_Tue_Jul_26_22:00:10_2011-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable At Tue, 26 Jul 2011 14:57:31 -0500, John Hendy wrote: >=20 > On Tue, Jul 26, 2011 at 2:03 PM, Eric Schulte wr= ote: > > [=E2=80=A6] >=20 > I wouldn't mind seeing this, either. I've looked for a while at trying > to input my wife's recipes into something for her that would be > printable/exportable into perhaps a small binder or card box or > something. I've played around with gourmet with varying success but > not been entirely happy. It's been buggy for me when it comes to > printing.[1] At the very least, someone can try it out for it's > converting/unit suggestions, as they are fantastic. >=20 > Most here may work directly from org, but if recipes *are* > implemented, an exporter or two for half-page or index card sizes > would be *phenomenal.* Hi, I can=E2=80=99t help with printing (which would be nice). But I have put my code on gitorious: https://gitorious.org/org-cook/org-cook It currently does metric/english conversion, and a few other tricks. Basically I just use calc=E2=80=99s units code. I think scaling recipes, or turning percentages into weights would be pretty easy. There is also, for those interested: https://gitorious.org/org-brew/org-brew for brewing beer. This is again, mostly just calc functions, including hydrometer correction, abv calculation, priming sugar for a given CO_2 volume, etc. More integration with org-mode should be possible: for instance it would be nice to be able to use a lookup table (of ingredients) to calculate target original gravity, IBUs, etc. Any thoughts or pull requests on either are appreciated! (Please do continue to CC me, as I read the list via gmane and may miss messages.) best, Erik --Multipart_Tue_Jul_26_22:00:10_2011-1 Content-Type: text/plain; charset=US-ASCII Sent from my free software system . --Multipart_Tue_Jul_26_22:00:10_2011-1--