Skip to content

feat: NoteAdded event#1112

Merged
kristijanhusak merged 2 commits intonvim-orgmode:masterfrom
celsobenedetti:feat/note_added_event
Mar 11, 2026
Merged

feat: NoteAdded event#1112
kristijanhusak merged 2 commits intonvim-orgmode:masterfrom
celsobenedetti:feat/note_added_event

Conversation

@celsobenedetti
Copy link
Copy Markdown
Contributor

@celsobenedetti celsobenedetti commented Mar 5, 2026

Summary

Small PR adding new NoteAdded event.

Related Issues

Closes #1102

Changes

  • Add NoteAdded event.
  • Expose them in require('orgmode.events').events
  • Hook the event into Headline:add_note
  • Add tests

Checklist

I confirm that I have:

  • Followed the
    Conventional Commits
    specification
    (e.g., feat: add new feature, fix: correct bug,
    docs: update documentation).
  • My PR title also follows the conventional commits specification.
  • Updated relevant documentation, if necessary.
  • Thoroughly tested my changes.
  • Added tests (if applicable) and verified existing tests pass with
    make test.
  • Checked for breaking changes and documented them, if any.

@celsobenedetti celsobenedetti changed the title feat: NodeAdded event feat: NoteAdded event Mar 5, 2026
Copy link
Copy Markdown
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kristijanhusak kristijanhusak merged commit 72c6d0c into nvim-orgmode:master Mar 11, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 2 new events: NoteAdded and ClockedOut

2 participants