task $urg_task $@
}
+function rnr() {
+ # Taken from https://cs-syd.eu/posts/2015-07-05-gtd-with-taskwarrior-part-4-processing
+ local link="$1"
+ title=$(curl --silent "$link" | htmlq --text title)
+ descr="'$title'"
+ task add +in +rnr $descr
+ task +LATEST annotate "$link"
+}
+
# TODO: function to show the latest report
function task_today_list() {