nvim-orgmode / nvim-orgmode/orgmode
Expose a clock_in function in the notifier tasks
Open
Nobody has claimed this yet.
non-core-feature
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Does this feature exist in Emacs orgmode core?
No
Orgmode link
No response
Feature value
I'm currently using the notifier to display the name of the scheduled task in a floating window, but I would like to clock in the task automatically.
If the tasks expose a clock_in method, it would be easy to hook it along with the floating window.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the notifier task implementation and its existing task-facing methods. Add a public clock_in entry point that can be hooked when a scheduled task is displayed, and verify that callers can invoke it to clock in the task automatically.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100