Questions tagged [problem-tracking]

3 questions
7
votes
1 answer

Is it there any good package for Emacs to do bug/issue tracking locally?

Does anyone know any good Emacs package or solution for local bug/issue tracking?
Enze Chi
  • 1,410
  • 12
  • 28
5
votes
1 answer

Is it possible to get stack trace of currently running code? Or profile? Or how do you diagnose „hangs”

I look for ideas, how to diagnose reason of Emacs freezes (by which I mean taking 100% CPU and being irresponsive for some time). This question is not about any specific case¹ but about approach… Is it possible to ask Emacs „show me/dump somewhere…
Mekk
  • 1,017
  • 7
  • 14
2
votes
0 answers

How to achieve automatic, relative re-scheduling of child tasks after TODO state change?

I would like to do something in Org-Mode, but I'm not sure how to achieve it in the best way. I basically want to be able to have an item in my agenda every few days that reminds me every few days to work on a personal project. The reminder should…