From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Can't kill in org-mode when in org-indent-mode Date: Wed, 06 Jul 2011 19:12:40 +0200 Message-ID: <87liwbtjsn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVcf-0005xG-4A for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeVcd-0005wj-K6 for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:10:48 -0400 Received: from lo.gmane.org ([80.91.229.12]:48981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVcd-0005wd-5e for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:10:47 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QeVcb-0004j5-G3 for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 19:10:45 +0200 Received: from stgt-5f73a5c1.pool.mediaways.net ([95.115.165.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 19:10:45 +0200 Received: from marcowahl by stgt-5f73a5c1.pool.mediaways.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 19:10:45 +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 Hi, when I try to kill a region in a org-buffer with org-indent-mode set (i.e. not so many stars in the headlines) there is an error. The *Backtrace* shows more or less Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (string) "Remove indentations between BEG and END." (remove-text-properties 0 (length string) (quote (line-prefix nil wrap-prefix nil)) string) string) 4) org-indent-remove-properties-from-string(...) apply(org-indent-remove-properties-from-string (...)) filter-buffer-substring(112 459) copy-region-as-kill(112 459) kill-ring-save(112 459) call-interactively(kill-ring-save nil nil) I use "GNU Emacs 24.0.50.6 (i686-pc-linux-gnu, X toolkit) of 2011-07-05 on senf". Looks like an interface change to me. Or is it just a problem with my setup? Any help appreciated. Ciao, Marco