1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-18 11:15:38 +02:00

Bug fix for get_value lisp function.

This commit is contained in:
v1j4y 2021-09-14 09:56:31 +02:00
parent da635bb2dc
commit ec9d5d23a2

View File

@ -11,8 +11,8 @@
** Function to get the value of a property.
#+NAME: get_value
#+begin_src elisp :var key="Type"
(setq x (org-property-values key))
(pop x)
(org-with-point-at org-babel-current-src-block-location
(org-entry-get nil key t))
#+end_src
#+RESULTS: get_value