Chobbes / org-chef

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

Bug/insert recipe asks for url twice #12

Closed splatt9990 closed 6 years ago

splatt9990 commented 6 years ago

Hey,

Noticed that the org-chef-insert-recipe function was calling read-string twice which meant you had to enter the URL twice. Added a little fix and made it use the interactive prompt instead of calling read-string as that seemed more appropriate for this function.

Hope that helps

Chobbes commented 6 years ago

Looks good to me, thanks!