Skip to content

An opinionated time management layer for Org mode

Notifications You must be signed in to change notification settings

akirak/org-chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org-chronos

Org-Chronos is an opinionated time management layer for the Emacs Org mode.

This is currently a work-in-progress, and I plan on adding more features.

Disclaimer: This package is not based on chronos package.

Table of contents

Usage

clock-journal Dynamic block

This package provides clock-journal dynamic block which summarises clock activities during a certain period.

By default, it determines the period from the heading of the current entry or its ancestors. You can combine it with org-journal or org-reverse-datetree to display the activity of the day. Put the following block call to a daily entry and run C-c C-c to insert the summary of the activities:

#+BEGIN: clock-journal
#+END:

Grouping behaviour

It also supports grouping. If you add :group category to the parameters, it displays sums of categories. Likewise, if you add :group tag, it groups headings by tags defined in org-chronos-tag-groups variable.

Default parameters

You can override the default parameters of the dynamic block by setting org-chronos-log-dblock-defaults variable.

About

An opinionated time management layer for Org mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published