Skip to content

'org-evil-table-kill-row-to-end on last row adds new row #8

@GuiltyDolphin

Description

@GuiltyDolphin

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 | foobar |

(press D or run org-evil-table-kill-row-to-end)

   | foo | bar |
(c)|     |     |
   |     |     |

It doesn't matter where in the row this is done, it always produces the additional row.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions