volhovm / orgstat

Statistics visualizer for org-mode
GNU General Public License v3.0
98 stars 6 forks source link

example config for monthly? #8

Closed shapr closed 6 years ago

shapr commented 6 years ago

Thanks for writing orgstat, I'm able to use the example config to get weekly stats, but I can't figure out how to get monthly stats. Is there an example that demonstrates this?

volhovm commented 6 years ago

What exactly output do you use? Template (summary) or timeline? @shapr In any case, you should just change the reports you're using.

For example, to generate a template output for the previous month:

reports:
  - name: prevMonth
    range: month-1
outputs:
  - name: prevMonthTimeline
    report: prevMonth
    type: timeline
shapr commented 6 years ago

thanks, that works!