mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-19 07:00:10 +02:00
Merge pull request #33 from v1j4y/bug_fix_tools_org
Bug fix for get_value lisp function.
This commit is contained in:
commit
9e29a65c42
@ -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…
x
Reference in New Issue
Block a user