From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-set-property giving error (8.2.10) Date: Wed, 22 Jul 2015 12:56:07 -0400 Message-ID: <87egk0uo60.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHxJf-0006X2-0G for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 12:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHxJb-0001Aa-Pa for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 12:56:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:60614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHxJb-0001AL-J2 for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 12:56:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZHxJZ-0005bw-Pa for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 18:56:17 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2015 18:56:17 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2015 18:56:17 +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 "Stephen J. Barr" writes: > Greetings, > > When trying to insert a property usingĀ org-set-property on one of my large org-mode files, I get the message: > > org-read-property-name: Wrong type argument: integer-or-marker-p, nil > > However, when I start a brand new org-mode file, it works. I assume that this is breaking because I have some incorrect syntax > somewhere. Is there a way to find out where this is? > org-lint maybe - but afaik it's still on a branch "wip-lint", so you'll have to play git games to be able to access it. And you need a fairly modern emacs (24.3 perhaps?) for the lexical binding stuff. See the original announcement and the resulting thread starting at http://thread.gmane.org/gmane.emacs.orgmode/96989 Nick