Skip to content

evil-org.el problem in evil-org-eol-call #26

Description

@ahungry

Currently you have:

(defun evil-org-eol-call (fun)
  "Go to end of line and call provided function.                                                                                                                                                    FUN function callback"
  (end-of-line)
  (funcall fun)
  (evil-append nil)
  )

This works better if the call to #'end-of-line is changed to call #'org-end-of-line (otherwise pressing 'o' on a folded category does not correctly insert a clean line, it ends up stuck in the nested text).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions