From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Guyatt Subject: Re: Problems Setting Properties Date: Thu, 02 Jul 2015 09:53:32 +0100 Message-ID: <5594FC0C.3020109@gmx.co.uk> References: <556B6560.8030702@gmx.co.uk> <87mw0k5rou.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAaEa-0003U9-7g for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 04:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAaEX-0003FV-1r for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 04:52:40 -0400 Received: from mout.gmx.net ([212.227.17.22]:50667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAaEW-0003El-Mz for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 04:52:36 -0400 Received: from [192.168.1.80] ([2.102.7.77]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M5a9E-1YqYH42KyG-00xfC7 for ; Thu, 02 Jul 2015 10:52:34 +0200 In-Reply-To: <87mw0k5rou.fsf@nicolasgoaziou.fr> 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, I believe I have solved my problem by removing a stray asterisk in a subtree I often edit frantically: :PROPERTIES: :ID: 28a0bc23-ff9f-4631-b602-fc8d4e581c2d :END:* Thanks, Ed On 31/05/15 23:05, Nicolas Goaziou wrote: > Hello, > > Edward Guyatt writes: > >> 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. > > The backtrace is missing steps. Could you reload Org uncompiled and > reproduce it? > >> 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. > > Could you try development version of Org, i.e. 8.3-beta? > > > Regards, >