orgmode
orgmode copied to clipboard
Orgmode clone written in Lua for Neovim 0.9+.
### Describe the bug Appreciate the repo, but partially broke after recently updating. Content on the refile location ignores preamble export options, starting only on the first header. Broken by...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/Plain-Lists.html > Unordered list M-LEFT/M-RIGHT Decrease/increase the indentation of an item, leaving children alone. https://orgmode.org/worg/doc.html > org-metaleft...
This PR solves the main motivation behind #763. Not everyone is used to the hjkl navigation, so supporting cursor keys enhances the accessibility of our plugin. Making keys customizable is...
Hi all! Thanks for the development of such a useful tool! I've been a happy user of nvim-orgmode for quite some time now. I use the clocking functionality frequently in...
The action of writing to the original buffer need to be schedule wrapped. otherwise, on the first time writing the change to the org buffer, it will issue an `"E315:...
Hi guys, I am trying to hack for ~/ prefixs. Even if the cmp is configured with org-mode and path sources, the `oli` cannot auto-complete the `~/` prefix. Also, this...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/worg/org-tutorials/advanced-searching.html#regexps-in-org-search-view ### Feature value _No response_ ### Additional context In the orgmode manual section linked above, it...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/Checkboxes.html ### Feature value _No response_ ### Additional context ``` org * TODO big task with checkboxes...
This adds the outline path (`ARCHIVE_OLPATH`, i.e. the list of ancestors of the archived headline) to the archive context. In Emacs, see * org-archive-save-context-info: https://github.com/emacs-mirror/emacs/blob/7f415f7d5e19ea3903500426a0724e49271ac699/lisp/org/org-archive.el#L119 * org-get-outline-path: https://github.com/emacs-mirror/emacs/blob/7f415f7d5e19ea3903500426a0724e49271ac699/lisp/org/org.el#L7464 This PR...
### Describe the bug I have two issues with the documentation as it is currently. 1. it is not consistently formatted. In my setup I have enabled automatic reformatting for...