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