emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export a org table to ascii format (tabs) are not conserved, culprit orgtbl-to-tsv?
@ 2022-05-30 15:48 Uwe Brauer
  2022-05-30 16:06 ` Eric S Fraga
  2022-05-30 21:10 ` Tim Cross
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Brauer @ 2022-05-30 15:48 UTC (permalink / raw)
  To: emacs-orgmode


Hi

I wanted to export a 4x4 table to ascii to insert it into a web fill in
interface. However the column get distorted. I tried to tabify or
untabify the buffer but it did not help.


The problem also occurs when I export the table using the 
orgtbl-to-tsv

#+begin_example
| Course                       |           L |           M |           X |           J |           V |
|------------------------------+-------------+-------------+-------------+-------------+-------------|
| Statistics                   | 10:30-11:30 |             | 10:00-11:20 |             | 10:30-11:30 |
| Differential Equations       | 12:30-13:30 |             | 13:00-14:15 |             | 12:30-13:30 |
| Master                       | 14:30-15:30 |             | 15:30-16:30 | 14:30-15:30 |             |
| Numerical Analysis :00-19:00 | 18:00-19:00 | 18:00-19:00 | 18:00-19:00 |             |         7.5 |
|                              |             |             |             | 19:00-20:00 |             |
|------------------------------+-------------+-------------+-------------+-------------+-------------|
|                              |             |             |             |             |             |

#+end_example

Converted to 

#+begin_example
Course	L	M	X	J	V
Statistics	10:30-11:30		10:00-11:20		10:30-11:30
Differential Equations	12:30-13:30		13:00-14:15		12:30-13:30
Master	14:30-15:30		15:30-16:30	14:30-15:30	
Numerical Analysis	18:00-19:00	18:00-19:00	18:00-19:00	18:00-19:00	
				19:00-20:00	
#+end_example


Any idea what is wrong here?


Regards

Uwe Brauer 
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



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

end of thread, other threads:[~2022-05-31 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 15:48 export a org table to ascii format (tabs) are not conserved, culprit orgtbl-to-tsv? Uwe Brauer
2022-05-30 16:06 ` Eric S Fraga
2022-05-30 21:10 ` Tim Cross
2022-05-31  1:14   ` Samuel Wales
2022-05-31  1:16     ` Samuel Wales
2022-05-31 12:14   ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).