-# 44 seems to be the number of color escape characters used by grep
-grep "* TODO" org/* --color=always | cut -c-$((COLUMNS + 44))
+if [[ -d ~/.org ]]; then
+ # 44 seems to be the number of color escape characters used by grep
+ todo | cut -c-$((COLUMNS + 44))
+fi