gamify-el icon indicating copy to clipboard operation
gamify-el copied to clipboard

Document that stats won't be recorded if heading does not have a tag

Open ParetoOptimalDev opened this issue 5 months ago • 2 comments

I was confused for quite a while because of this.

It looks like there is some variable named gamify-stats-instead which could be set to true to make this not the case?

I think it's fine to default to having it work only with tasks that work with tags but can be confusing for a new user.

ParetoOptimalDev avatar Jul 27 '25 22:07 ParetoOptimalDev

I believe some task that don't have a tag but inherit one implicitly will be recorded, but to be honest, it's been a while since I looked at this code to any extent. Contributions are welcome :)

Idorobots avatar Jul 28 '25 09:07 Idorobots

Now I remember that at some point I planned to use hashtags instead. So, normally you go with:

* TODO Integrate SQS into SomeService and write some tests. :AWS:SQS:Golang:Testing:

But with hashtags it's a bit cleaner:

* TODO Integrate #AWS #SQS into SomeService and write some tests. #Golang #Testing.

Never got around to starting this. Any idea if this would be better for your use-case?

Idorobots avatar Jul 28 '25 09:07 Idorobots