[Org] Fix bug in fix for ‘org-cached-entry-get’

and I thought it worked backed then, don’t know what I had tested …
This commit is contained in:
Daniel - 2018-10-21 09:44:58 +02:00
parent dd6059785d
commit 73c2162b22
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ Current Task: %`org-clock-current-task; "
;; Caching is not possible, check it directly.
(org-entry-get pom property 'inherit)
;; This is different in the original implementation
(org-entry-properties pom property))))
(org-entry-get pom property))))
;;; End