From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Guyatt Subject: Problems Setting Properties Date: Sun, 31 May 2015 20:47:44 +0100 Message-ID: <556B6560.8030702@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz9CN-0000vO-IN for emacs-orgmode@gnu.org; Sun, 31 May 2015 15:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yz9CI-0004qU-FQ for emacs-orgmode@gnu.org; Sun, 31 May 2015 15:47:07 -0400 Received: from mout.gmx.net ([212.227.15.15]:54587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz9CI-0004qO-3u for emacs-orgmode@gnu.org; Sun, 31 May 2015 15:47:02 -0400 Received: from [192.168.1.80] ([2.102.106.48]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MDyil-1YsoKR3lhn-00HNx2 for ; Sun, 31 May 2015 21:47:01 +0200 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 Hello, When I try to set a property in my planner file (15005 lines to go wrong :P), I get an error message. Here is the backtrace from saying C-c C-x p (org-set-property) on any heading. Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) org-buffer-property-keys(nil t t) org-read-property-name() org-set-property(nil nil) call-interactively(org-set-property nil nil) command-execute(org-set-property) I get the same result saying C-c C-c s at a property drawer. I have tried to narrow it down to a specific point by deleting big parts. I couldn't narrow it down: if I deleted some parts it would behave normally and if I deleted parts containing said parts it would give the error. I've only experienced this recently after upgrading from Debian Wheezy to Jessie, so from org-mode 7.8.11-1 to 8.2.10-1. Thanks in advance, Ed