Smos Logo Smos

A comprehensive self-management system

Columns (Projections)

Documentation for the concept of a column (projection)

Projections allow you to select which aspects of the entries are shown. They usually represent the columns in a report.

Reference

A column (projection) is a string of one of the following forms

file
state
header
tag:<tag-name>
property:<property-name>
timestamp:<timestamp-name>
ancestor:<projection>

Examples

  • A column with whether the entry has the 'toast' tag:

    tag:toast
  • A column with the value of the 'effort' property:

    property:effort
  • A column with the value of the 'DEADLINE' timestamp:

    timestamp:DEADLINE
  • A column with whether the entry has an ancestor with the 'toast' tag:

    ancestor:tag:toast