Chobbes / org-chef

A package for making a cookbook and managing recipes with org-mode.
MIT License
327 stars 33 forks source link

Convert times to consistent formats #2

Open Chobbes opened 6 years ago

Chobbes commented 6 years ago

Currently org-chef just spews whatever into the time fields of recipe (prep-time, cook-time, ready-in). So it could end up being anything...

30m, 30mins, 30min, 30 mins, etc.

org-chef should have a consistent format for times.

michaelbogdan commented 4 years ago

I think the following format is reasonable:

[number of minutes][space]["min"]

Since,

If we agree on this format, we can write a org-util to trim, expand and convert the typical variations of how times are written to this single format.