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:28:37 +0200 Message-ID: <87hb6ztj22.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVrx-0001sW-5d for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:26:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeVrv-0000D0-EV for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:26:36 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:46096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVrv-0000Ce-0N for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 13:26:35 -0400 Received: by fxd18 with SMTP id 18so305799fxd.39 for ; Wed, 06 Jul 2011 10:26:33 -0700 (PDT) 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 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" and the git version of org-mode. Looks like an interface change to me. Or is it just a problem with my setup? Any help appreciated. Ciao, Marco