From 73c2162b22c3868bdcdd6151f857d5f1259451e7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 21 Oct 2018 09:44:58 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Fix=20bug=20in=20fix=20for=20=E2=80=98o?= =?UTF-8?q?rg-cached-entry-get=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and I thought it worked backed then, don’t know what I had tested … --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 1c27ad0..b7ca36b 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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