Switch from gcal/todoist to org-agenda!!!

This commit is contained in:
trémeur 2020-03-12 11:52:14 +00:00
parent ad7bddcdfb
commit 0ceac6ad67
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,3 @@
#/usr/bin/bash
now=$(date "+%Y-%m-%d")
tomorrow=$(date "+%Y-%m-%d" -d "+1 day")
gcalcli agenda $now $tomorrow --military --nodeclined | sed 's/\x1b\[[0-9;]*m//g'
emacs -batch -Q -l ~/.linux/dots/emacs/agenda.el -eval '(org-batch-agenda "a" org-agenda-span 1)'