diff --git a/src/report.cpp b/src/report.cpp index d6f1c65c7..fee8d66e9 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -611,6 +611,11 @@ int handleInfo (std::string &outs) table.addCell (row, 1, color); } + // Task::urgency + row = table.addRow (); + table.addCell (row, 0, "Urgency"); + table.addCell (row, 1, task->urgency ()); + // If an alternating row color is specified, notify the table. if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor")) {