org-evil icon indicating copy to clipboard operation
org-evil copied to clipboard

Evil extensions for Org-mode.

Results 10 org-evil issues
Sort by recently updated
recently updated
newest added

Hi thank you for this wonderful package! I've been using it for quite a while without any issues till recently when this error started showing: ``` Error (use-package): org-evil/:catch: Symbol’s...

It seems like binding o and O to ```org-evil-list-open-item-above/below``` makes it work correctly. Normally, I'll go to a list and press o or O in normal mode, but I only...

This package (evil-org-mode) has been around for a bit longer than org-evil mode. https://github.com/edwtjo/evil-org-mode Could you highlight some of the differences between that mode and this mode?

Type: Question
Status: Proposed

Currently, the behavior of `o` when on a heading is to call `evil-open-below`, which looks like the following: Before: ```org * foo ``` After pressing `o`: ```org * foo ```...

Status: Proposed

+ Cannot use `=|=`, `~|~`, or `|` in table as the `|` will be interpreted as a column separator. + Cannot use `=\vert=`, `=\vert{}=`, `~\vert~`, or `~\vert{}` as these just...

Type: Bug

Got the following error on a fresh install: ``` Warning (initialization): An error occurred while loading '~/.emacs.d/init.el’: Symbol's value as variable is void: org-evil-block-mode To ensure normal operation, you should...

Type: Bug

Example: ```org-mode * This is the parent heading Parent Heading's Contents ** Child Heading Child Heading's Contents ``` If I am at ``, and press `}` (`org-evil-motion-forward-heading`), the cursor remains...

Status: Proposed

A rationale for Evil bindings was started with https://github.com/jojojames/evil-collection: we are trying to enforce as much consistency as possible across the various Emacs modes. @GuiltyDolphin: You are probably in a...

Using `org-evil-table-kill-row-to-end` (bound to `D`) at the end of a table will cause a new row to be inserted, for example: ``` | foo | bar | (c)| baz |...

Type: Bug

Do you guys prefer the current bindings (`(` and `)`) for moving between the start and end of the block (and potentially other blocks in the future), or would you...

Type: Question