From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Adding new heading results in "not in an item" Date: Wed, 24 Apr 2013 09:39:11 +0200 Message-ID: <87d2tk4bts.fsf@bzg.ath.cx> References: <20130423211541.GA4247@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUuPj-0001DX-W5 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 03:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUuPi-0007mk-Mx for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 03:46:51 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:43225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUuPi-0007mZ-Et for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 03:46:50 -0400 Received: by mail-wi0-f175.google.com with SMTP id h11so7065556wiv.2 for ; Wed, 24 Apr 2013 00:46:49 -0700 (PDT) In-Reply-To: (Johan Ekh's message of "Wed, 24 Apr 2013 08:18:18 +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: Johan Ekh Cc: marc@ihm.name, "emacs-orgmode@gnu.org" Hi Johan, Johan Ekh writes: > Marc: I use git for installation and I don't think I have any old > files in my load path. I have the files in my home directory but the > compiled files are installed in the system emacs/site-lisp. The compiled files *are* in your load-path, because Emacs loads them when you launch it. This is in /usr/.../emacs/lisp/loaddefs.el, which contains pointers to the autoloaded functions. Some Org's functions are autoloaded by Emacs, and these are functions from an older version than the one you installed manually. > Victor: Good, but please help a newbie. How do I apply this patch? You don't need to install this particular patch, you just need to updated your Git installation. ~$ cd org-mode/ [change with the relevant path] ~$ git pull ~$ make This pull latest master branch and compile Org. Or you can do: ~$ cd org-mode/ [change with the relevant path] ~$ make update > Finally, I noticed that adding a new heading works with Ctrl-RET. But > I still want M-RET to work! Please follow the instructions above and report any problem you may have afterwards. HTH, -- Bastien