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

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link Is there any function that can be called to realign tags to the defined margin? When manually...

enhancement

fixes #375 @jubnzv could you please take a look at this and see if it fixes the issue for you? It's not perfect, as it does not address the issue...

The `tags_width` was being subtracted in any case, which resulted in flushright alignment per default. When a negative `tag_column` value was given, the `tags_width` was subtracted twice, resulting in a...

### Describe the bug When refiling a tree to a heading that contains a `/`, the operations fails with the following message: ``` [orgmode] ...e/pack/packer/start/orgmode/lua/orgmode/capture/init.lua:172: attempt to call method '_refile_to'...

bug

### Describe the bug First of all, thanks for all the work you're putting in this project. I could not live without it anymore. When i try to add a...

bug

fixes [the bug](https://github.com/nvim-orgmode/orgmode/discussions/311#discussioncomment-2839909) mentioned in #311 - refiling to a correct org-file with an incorrect headline resulted in an error, due to the function `_refile_to_end` being called with `.` instead...

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link I am working with neomutt/notmuch and have methods to add todos/notes directly from emails and would like...

core-feature

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link First off - I love the plugin and just switched over to it after using todotxt for...

non-core-feature

The `Agenda:open_link` function is almost identical to `OrgMappings:open_at_point`. Any suggestions on how to (and where) to de-duplicate it are appreciated. The moving of `get_link_under_cursor` to `Hyperlinks.lua` is a proposal.

core-feature

I'm not sure if it's bound by emacs orgmode behavior, but current priority increase and decrease is a bit counterintuitive. - `increase` cycle - `none` (default priority) -> `[#C]` (low...