From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Kaffanke Subject: (org-entry-get (point) "CLOCK") fails now Date: Sun, 30 Aug 2015 13:41:45 +0200 Message-ID: <87io7xc8au.fsf@kaffanke.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZW0ze-0008EU-Cm for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 07:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZW0zb-0005vE-7g for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 07:41:50 -0400 Received: from kaffanke.at ([91.228.53.228]:47358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZW0zb-0005v4-2a for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 07:41:47 -0400 Received: from martin-arch (212-197-139-181.adsl.highway.telekom.at [212.197.139.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by kaffanke.at (Postfix) with ESMTPSA id 538676ADE063 for ; Sun, 30 Aug 2015 13:41:46 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi there, I have an exisiting code using for monnth, and it worked well at the end of July - now End of August I need it again, but it returns nil, even on the org entries which I have successfully used my code. Why is "CLOCK" property now missing (after elpa updates) in org-entry-get? It is even missing in (org-entry-properties) - which I don't use, I just looked at it... And how do I have to rewrite my code now? Thanks, Martin