emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] org-table-convert-region (was Re: Bug in org-table-convert-r


From: Thorsten Jolitz
Subject: [O] [PATCH] org-table-convert-region (was Re: Bug in org-table-convert-region?)
Date: Tue, 28 May 2013 13:47:05 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Thorsten Jolitz <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]