Skip to content

ag91/org-active-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Org active statistics

This is a simple add-on for org mode. I found it wasteful to close tasks (i.e., marking heading as DONE) when all my sub-headings or check-boxes are marked completed themselves.

One way to use is to copy the file into your preferred directory and use the marvellous use-package.el like follows:

(use-package org-active-statistics
  :after org
  :commands org-toggle-active-statistics
  :load-path "path-to-your-directory"
  :config
    (org-toggle-active-statistics))

About

An addon to org mode for closing tasks automatically when subtasks are done

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published