From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Kaffanke Subject: org-entry-get behaviour Date: Fri, 04 Sep 2015 18:46:00 +0200 Message-ID: <87y4gm875j.fsf@kaffanke.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXu8N-0004ml-75 for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 12:46:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXu8J-0005Pk-3R for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 12:46:39 -0400 Received: from kaffanke.at ([91.228.53.228]:38886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXu8I-0005OP-Uj for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 12:46:35 -0400 Received: from martin-arch (212-197-139-241.adsl.highway.telekom.at [212.197.139.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by kaffanke.at (Postfix) with ESMTPSA id 32BAC6ADE07B for ; Fri, 4 Sep 2015 18:46:02 +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 can see now, that (org-entry-get (point) "foo") is nil, if :PROPERTIES: follows the CLOCK: entry. Has it changed to be that :PROPERTIES: now must be the first thing of the entry? If so, how can I change all my entries at once instead of going through all my items and do it by hand? Thanks, Martin