1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Merge pull request #33 from v1j4y/bug_fix_tools_org

Bug fix for get_value lisp function.
This commit is contained in:
vijay 2021-09-14 09:59:38 +02:00 committed by GitHub
commit 9e29a65c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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