Thorsten Jolitz <tjol...@gmail.com> writes:

> Yes, I can confirm this. So either (interactive "rP") isn't a valid
> combination, then its a bug in the org command3, or it is a valid
> combination and should work - then its a bug in Emacs 24?

Its a bug in 'org-table-convert-region'. 

"PATCH":

replace

,-------------------
| (interactive "rP")
`-------------------

with

,---------------------
| (interactive "r\nP")
`---------------------

(Thanks to Andreas Röhler for the tip)

-- 
cheers,
Thorsten


Reply via email to