From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Everaert Subject: Tables not converted to markdown format with markdown exporter Date: Wed, 8 Feb 2017 09:28:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c130366843627054800a74f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbNcV-0002BL-A1 for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 03:28:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbNcU-0001HW-7n for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 03:28:55 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:33230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbNcU-0001H6-2c for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 03:28:54 -0500 Received: by mail-wm0-x235.google.com with SMTP id t18so48268398wmt.0 for ; Wed, 08 Feb 2017 00:28:52 -0800 (PST) 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" To: emacs-orgmode --94eb2c130366843627054800a74f Content-Type: text/plain; charset=UTF-8 Hi, Since a few weeks we use mattermost at work and I had recently to post a table to a team channel. I have created my table with org-mode, but when I export it to markdown format, the table is converted to html instead of markdown. Is there any reason to that, except the simple fact that table conversion is not implemented yet? As the markdown format is quite similar to the org-mode format regarding tables, I don't really see where could lie the difficulty. Example: - org format | column 1 | column 2 | column 3 | |-----------+----------------+-----------------| | some text | some more text | event more text | | blah | 45 | fgf | - markdown format | column 1 | column 2 | column 3 | |-----------|----------------|-----------------| | some text | some more text | event more text | | blah | 45 | fgf | This is obviously a very simple example, but usually, with mattermost, one doesn't post very complex messages. Regards. --94eb2c130366843627054800a74f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Since = a few weeks we use mattermost at work and I had recently to post a table to= a team channel. I have created my table with org-mode, but when I export i= t to markdown format, the table is converted to html instead of markdown.
Is there any reason to that, except the simple fact that table = conversion is not implemented yet?

As the markdown format is quite s= imilar to the org-mode format regarding tables, I don't really see wher= e could lie the difficulty.

Example:
- org format
=
| column 1=C2=A0 | column 2=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | colum= n 3=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |
|-----------+-----------= -----+-----------------|
| some text | some more text | event more text = |
| blah=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 45=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | fgf=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |

- markdown = format
| column 1=C2=A0 | column 2=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 | column 3=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |
|---------= --|----------------|-----------------|
| some text | some more text | ev= ent more text |
| blah=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 45=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | fgf=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |


<= /div>This is obviously a very simple example, but usually, with mattermost,= one doesn't post very complex messages.

Regards= .
--94eb2c130366843627054800a74f--