From 4d33be51a08d3fd8a6468dcf4d4f7e4a4f13911f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 20 Aug 2018 11:27:11 -0700 Subject: Add print-chores-chart --- print-chores-chart | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 print-chores-chart diff --git a/print-chores-chart b/print-chores-chart new file mode 100755 index 0000000..8f334f9 --- /dev/null +++ b/print-chores-chart @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -xe + +emacs ~/org/chores.org --load ~/.emacs.d/init.el --batch -f org-store-agenda-views --kill + +pandoc -i ~/public_html/chores.html -t html -o ~/public_html/chores.pdf + +lp -d OfficeJet-Pro-6960 ~/public_html/chores.pdf \ No newline at end of file -- cgit v1.2.3