emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andrea Giugliano <agiugliano@live.it>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Oas: a small addon to Org Mode to automatically close tasks with statistics
Date: Fri, 30 Aug 2019 21:09:57 +0000	[thread overview]
Message-ID: <VI1PR06MB5214DE61F4E6E5559073E305C7BD0@VI1PR06MB5214.eurprd06.prod.outlook.com> (raw)

Hi,

I recently landed on this conversation:
https://lists.gnu.org/archive/html/emacs-orgmode/2010-03/msg00802.html

Since I find myself quite often in a situation like the following:

* TODO abc [3/3]
- [X] a
- [X] b
- [X] c

I decided to dive more into Org's API, and I created this library [0] to
automatically moving that task to DONE. My library checks that when you
are in a situation like:

* TODO abc [1/1]
- [X] a

** TODO b

the parent task does not swap to DONE because there is still a sub-task
to complete.

Tasks that have heading like

* abc [0/1]

or

* TODO abc

do NOT get updated, because I want this to work only for TODO that have
statistics.

How could I propose this as an add-on of Org Mode? Do you think it is
worth the effort?

Any feedback is very welcome to learn more :)

Best,

Andrea

[0] https://github.com/ag91/org-active-statistics

             reply	other threads:[~2019-08-30 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-30 21:09 Andrea Giugliano [this message]
2019-09-01  5:41 ` Oas: a small addon to Org Mode to automatically close tasks with statistics Adam Porter
2019-10-07  2:03 ` stardiviner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR06MB5214DE61F4E6E5559073E305C7BD0@VI1PR06MB5214.eurprd06.prod.outlook.com \
    --to=agiugliano@live.it \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).