From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_R=c3=b6hler?= Subject: Re: bug#22597: [25.0.90.1] org-table-import docu Date: Tue, 9 Feb 2016 08:16:35 +0100 Message-ID: <56B99253.9060307@easy-emacs.de> References: <56B86BC6.3000906@easy-emacs.de> <87egcn6i4b.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT2Wx-0000Ot-Ju for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 02:16:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aT2Wu-0005U5-Dj for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 02:16:11 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:51949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT2Wu-0005Tu-3u for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 02:16:08 -0500 Received: from [192.168.178.35] ([77.6.198.36]) by mrelayeu.kundenserver.de (mreue002) with ESMTPSA (Nemesis) id 0MHfXI-1aRx8N0bIS-003KOr for ; Tue, 09 Feb 2016 08:16:07 +0100 In-Reply-To: <87egcn6i4b.fsf@gmx.us> 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 On 08.02.2016 21:51, Rasmus wrote: > Hi Andreas, > > Thanks for your report. > > Andreas Röhler writes: > >> saying: The file is assumed to be tab-separated >> >> While internally org-table-convert-region is used receiving optional >> argument SEPARATOR: >> >> \(4) Use the comma as a field separator >> \(16) Use a TAB as field separator >> >> ;;; >> >> Thus docu should mention the comma as possible separator. > Isn't it covered by the following line? > > regexp When a regular expression, use it to match the separator Which version you are checking against? Here it org-table-import docu continues: ;;; Such files can be produced by most spreadsheet and database applications. If no tabs (at least one per line) are found, lines will be split on whitespace into fields. ;;; The initial sentence is just wrong, as TAB is only one thing tried - there are a lot more. See docu of org-table-convert-region for details.