nvim-orgmode / nvim-orgmode/orgmode

Expose a clock_in function in the notifier tasks

Open
#251 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.