nvim-orgmode / nvim-orgmode/orgmode

`:clock-in`, `:clock-keep`, `:clock-resume` for Capture Templates

Open
#1,130 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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?

Yes

Orgmode link

https://www.gnu.org/software/emacs/manual/html_node/org/Template-elements.html

Feature value

From the above link:

:clock-in
Start the clock in this item.

:clock-keep
Keep the clock running when filing the captured entry.

:clock-resume
If starting the capture interrupted a clock, restart that clock when finished with the capture. Note that :clock-keep has precedence over :clock-resume. When setting both to non-nil, the current clock will run and the previous one will not be resumed.

Quite useful for some workflows and time tracking.

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

Use the linked Emacs Org Template-elements documentation as the behavioral reference; begin by locating this repository’s capture-template handling and clock lifecycle entry points. Done means supporting :clock-in, :clock-keep, and :clock-resume with the documented precedence between :clock-keep and :clock-resume.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua, neovim
Domain
developer-experience
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.