Add example script

This commit is contained in:
Adam Porter 2018-08-21 01:13:38 -05:00
parent 75886a57a6
commit e905105f7e
2 changed files with 56 additions and 0 deletions

View file

@ -15,3 +15,5 @@ This uses the example in the readme file, but maps across the elements returned
;;=> (("Electric bill" "Thu 23 Aug 2018 12:00:00 AM CDT")
;; ("Rent" "Sat 01 Sep 2018 08:00:00 PM CDT"))
#+END_SRC
This could also be put in a script, which could use desktop notifications to remind of bills coming due: [[examples/org-bills-due.el][org-bills-due.el]].