From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Subject: Re: bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil Date: Fri, 20 Feb 2015 19:52:18 +1100 Message-ID: <878uftoth9.fsf@gmail.com> References: <83vbix3nqf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOjK2-0003Zc-44 for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 03:52:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOjJy-000123-V2 for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 03:52:30 -0500 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:42175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOjJy-00011v-NR for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 03:52:26 -0500 Received: by pdbfp1 with SMTP id fp1so6199669pdb.9 for ; Fri, 20 Feb 2015 00:52:25 -0800 (PST) Received: from localhost (CPE-120-147-144-248.gdiv2.lon.bigpond.net.au. [120.147.144.248]) by mx.google.com with ESMTPSA id i6sm5412768pdp.57.2015.02.20.00.52.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 20 Feb 2015 00:52:24 -0800 (PST) In-reply-to: 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 On 2015-02-20T18:32:12+1100, Damian Nadales said: DN> That's weird. Which buffer are you killing, the DN> Org buffer, or the new buffer that is created when pressing C-c ' DN> inside the source block? Is the latter the one I cannot kill. DN> I've only installed packages through the emacs DN> package manager, and Org mode was not one of them. The command DN> ``org-version`` reports: DN> Org-mode version 8.2.10 (release_8.2.10 @ DN> /home/dnadales/opt/share/emacs/24.4/lisp/org/) Having thought about it a bit, i seem to remember that a while back, i had the same issue as the one you're currently experiencing. (Even though, as i noted above, i can't reproduce it my current setup, a manually compiled 24.4.1 on Debian Wheezy(+updates) x86_64.) Unfortunately, i can't remember what made the problem go away; the only two things that come to mind are: * installing and using Org from the orgmode.org ELPA, i.e. (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) or * removing existing Org-related byte-compiled files (i.e. *.elc files), so that they got regenerated. Alexis.