orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Orgmode clone written in Lua for Neovim 0.9+.

Results 216 orgmode issues
Sort by recently updated
recently updated
newest added

Hi, I really like this project! I'm using the org-roam plugin, and it will prefix every file with the current timestamp to make sure it's unique (e.g. `20241013095846-helloworld.org`). Refiling to...

### Describe the bug With the tree-sitter update https://github.com/neovim/neovim/pull/30589 , few features related to checkbox started to fail. ### Steps to reproduce Create a checkbox, try to toggle it. ###...

bug

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link _No response_ ### Feature value Currently, the orgmode plugin always installs the org parser to its own...

enhancement

### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/Tag-Hierarchy.html ### Feature value ### Additional context The feature is pretty self explanatory and it is a...

enhancement

### Discussed in https://github.com/nvim-orgmode/orgmode/discussions/971 Originally posted by **Patitotective** April 24, 2025 Hi, I was wondering whether it was possible to change the default calendar mappings. I find it rather difficult...

enhancement

## Summary This PR adds virtual cookies, a way of using extmarks to get live updating cookies for progress. Currently it is _**only**_ implemented for headlines, does not support list...

## Summary Add shebang and tangle-mode source block header tags ## Related Issues New features to enable features in org-mode Related # https://orgmode.org/manual/Extracting-Source-Code.html Closes # ## Changes Changes the structure...

## Summary Problem: when changing todo state in an orgfile using `orgmode-org_todo_prev` or `orgmode-org_todo_next`, the last line in the fold seems to exit the fold. This happens when using `nvim_buf_set_text`...

neovim-dependency

Hi, apologies for dropping such a large PR in your lap! I've been working on-and-off on [attachments](https://orgmode.org/manual/Attachments.html) and it's in a state now where I believe it works as intended...

They can be defined in the config or within an org file. ## Summary This PR adds the ability to define multiple todo keyword sets as described in [Orgmode manual](https://orgmode.org/manual/Multiple-sets-in-one-file.html)....