all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22597: [25.0.90.1] org-table-import docu
@ 2016-02-08 10:19 Andreas Röhler
  2016-02-08 20:51 ` Rasmus
  2018-01-03 14:27 ` Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Röhler @ 2016-02-08 10:19 UTC (permalink / raw)
  To: 22597

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.

;;;

GNU Emacs 25.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.24.25) of 2016-01-31






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22597: [25.0.90.1] org-table-import docu
  2016-02-08 10:19 bug#22597: [25.0.90.1] org-table-import docu Andreas Röhler
@ 2016-02-08 20:51 ` Rasmus
  2016-02-09  7:16   ` Andreas Röhler
  2018-01-03 14:27 ` Nicolas Goaziou
  1 sibling, 1 reply; 4+ messages in thread
From: Rasmus @ 2016-02-08 20:51 UTC (permalink / raw)
  To: 22597

Hi Andreas,

Thanks for your report.

Andreas Röhler <andreas.roehler@easy-emacs.de> 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

Thanks,
Rasmus

-- 
⠠⠵

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug#22597: [25.0.90.1] org-table-import docu
  2016-02-08 20:51 ` Rasmus
@ 2016-02-09  7:16   ` Andreas Röhler
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Röhler @ 2016-02-09  7:16 UTC (permalink / raw)
  To: emacs-orgmode



On 08.02.2016 21:51, Rasmus wrote:
> Hi Andreas,
>
> Thanks for your report.
>
> Andreas Röhler <andreas.roehler@easy-emacs.de> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22597: [25.0.90.1] org-table-import docu
  2016-02-08 10:19 bug#22597: [25.0.90.1] org-table-import docu Andreas Röhler
  2016-02-08 20:51 ` Rasmus
@ 2018-01-03 14:27 ` Nicolas Goaziou
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2018-01-03 14:27 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 22597-done

Hello,

Andreas Röhler <andreas.roehler@easy-emacs.de> 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.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-03 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 10:19 bug#22597: [25.0.90.1] org-table-import docu Andreas Röhler
2016-02-08 20:51 ` Rasmus
2016-02-09  7:16   ` Andreas Röhler
2018-01-03 14:27 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.