Function: org-edit-src-abort

org-edit-src-abort is an interactive and byte-compiled function defined in org-src.el.gz.

Signature

(org-edit-src-abort)

Documentation

Abort editing of the src code and return to the Org buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-src.el.gz
(defun org-edit-src-abort ()
  "Abort editing of the src code and return to the Org buffer."
  (interactive)
  (let (org-src--allow-write-back) (org-edit-src-exit)))