org-element.el (org-narrow-to-element): Autoload.

* org-element.el (org-narrow-to-element): Autoload.
This commit is contained in:
Bastien Guerry 2012-08-06 20:11:33 +02:00
parent 7efbd4222d
commit 01bd28be69

View file

@ -4430,6 +4430,7 @@ ones already marked."
(push-mark (org-element-property :end element) t t)
(goto-char (org-element-property :begin element))))))
;;;###autoload
(defun org-narrow-to-element ()
"Narrow buffer to current element."
(interactive)