nvim-orgmode/orgmode

Orgmode clone written in Lua for Neovim 0.11.0+.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 17th, 2026
Created on May 13th, 2021
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 190
Total Stargazers: 3,880 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.9 hours
Mean response time: 48.6 days
90th percentile: 95.7 days
Tracked items: 175

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 7 hours, while "enhancement" waits about 5 days. Only 43% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 81
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 567 days
Stale 30+ days: 80
Stale 90+ days: 71

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (103)
  • enhancement (44)
  • core-feature (17)
  • neovim-dependency (3)
  • Windows (2)
  • help wanted (2)
  • non-core-feature (2)
  • documentation (1)

Most active issues this week

Detailed Description

nvim-orgmode is an Org-mode clone written in Lua for Neovim.

The tool brings Emacs Org-mode functionality to Neovim, addressing the need for a native plaintext organizational system within the editor. It parses and manages org files to provide agenda views, task capture, time tracking, and document structure manipulation. The implementation is written entirely in Lua, integrating directly with Neovim's plugin architecture rather than relying on external dependencies.

Developers using Neovim who want Org-mode's task management, agenda planning, and note-taking capabilities should consider this tool. It suits projects where org files serve as the primary organizational format, particularly for those already invested in the Org-mode ecosystem. The tool includes agenda views for task overview, capture templates for quick note entry, time clocking for tracking work, repeatable and ranged dates, archiving and exporting capabilities, and various mappings for manipulating headlines and metadata directly within org buffers. Calendar popups assist with date navigation, and integration with vim-repeat enables repeatable operations.

Development activity shows consistent engagement with the project. The maintainers actively review and merge pull requests addressing both bug fixes and feature additions. Issues receive responses and discussion, indicating ongoing attention to user-reported problems and feature requests. The project maintains documentation through both online resources and in-editor help, suggesting a commitment to supporting users beyond the code itself.