Re: [O] [BUG] (wrong-type-argument wholenump nil)

2013-09-16 Thread Andrew Hyatt
I see this as well with org-indent-line-to, and org-clock-in. org-clock-in calls org-indent-line-to with a negative number, and org-indent-line-to calls indent-line-to with a negative number, which calls move-to-column with a negative number. But move-to-column doesn't allow negative numbers.

Re: [O] [BUG] (wrong-type-argument wholenump nil)

2013-09-16 Thread Sebastien Vauban
Andrew, Andrew Hyatt wrote: On Wed, Jul 24, 2013 at 9:34 AM, Sebastien Vauban wrote: With a *minimal config file* and Org-mode version 8.0.6 (release_8.0.6-357-gf00d75) @ there is a Lisp error generated when trying to split a block of code into two pieces through `C-c C-v C-d'

[O] [BUG] (wrong-type-argument wholenump nil)

2013-07-24 Thread Sebastien Vauban
Hello, With a *minimal config file* and Org-mode version 8.0.6 (release_8.0.6-357-gf00d75 @ d:/Users/sva/Public/Repositories/org-mode/lisp/) there is a Lisp error generated when trying to split a block of code into two pieces through `C-c C-v C-d' (org-babel-demarcate-block). ECM: