# #+PROPERTY: exports results # Two examples using `org-babel-current-exec-src-block-head'. * head :PROPERTIES: :foo: bar :END: In a block. #+name: head #+begin_src emacs-lisp (org-entry-get org-babel-current-exec-src-block-head "foo") #+end_src In a call line. #+call: head() * tail :PROPERTIES: :foo: baz :END: #+begin_src emacs-lisp (org-entry-get org-babel-current-exec-src-block-head "foo") #+end_src