summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-08-20 10:16:21 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-08-20 10:16:21 +0200
commitec9e7ab9c15bea019e0dd4fac2fb2b6df1fa2087 (patch)
tree3d5086545d89c995c9f5d0f440c6dae4b251933f
parentdd7b0aa1710b272df701fd5474173b38c740ca87 (diff)
downloadorg-mode-ec9e7ab9c15bea019e0dd4fac2fb2b6df1fa2087.tar.gz
org-element: Add a couple of autoload cookies
-rw-r--r--lisp/org-element.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el
index 5efa666..d7065c0 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -3849,6 +3849,7 @@ OBJECTS is the previous candidates alist."
;; The function relies internally on
;; `org-element--interpret-affiliated-keywords'.
+;;;###autoload
(defun org-element-interpret-data (data &optional parent)
"Interpret DATA as Org syntax.
@@ -4172,6 +4173,7 @@ first element of current section."
(setq end cend)
(goto-char cbeg)))))))))))
+;;;###autoload
(defun org-element-context ()
"Return closest element or object around point.