From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiang Fang Subject: Bug in ox.el Date: Wed, 13 Sep 2017 09:26:22 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drwRf-0007Wj-3M for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 21:26:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drwRd-0002mB-Og for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 21:26:27 -0400 Received: from mail-pg0-x22a.google.com ([2607:f8b0:400e:c05::22a]:36474) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drwRd-0002jl-Ie for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 21:26:25 -0400 Received: by mail-pg0-x22a.google.com with SMTP id i130so17211131pgc.3 for ; Tue, 12 Sep 2017 18:26:24 -0700 (PDT) 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@gnu.org The original issue is at https://github.com/kjambunathan/org-mode-ox-odt/issues/25 "org-export-table-cell-alignment uses org-export-data to infer cookies of some columns. I think, it should use other mechanisms like org-element-interpret-data (may be)." The odt exporter is really useful, it replaces latex in most cases for me. How can I help in getting it into the main org repo?