mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Bug fix for get_value lisp function.
This commit is contained in:
parent
da635bb2dc
commit
ec9d5d23a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user