From mboxrd@z Thu Jan 1 00:00:00 1970 From: Titus von der Malsburg Subject: Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)] Date: Sat, 23 May 2015 21:26:14 -0700 Message-ID: <87y4kefvo9.fsf@posteo.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwNUY-0000ds-EO for emacs-orgmode@gnu.org; Sun, 24 May 2015 00:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwNUU-0008Uc-FN for emacs-orgmode@gnu.org; Sun, 24 May 2015 00:26:26 -0400 Received: from mx02.posteo.de ([89.146.194.165]:32873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwNUU-0008UU-96 for emacs-orgmode@gnu.org; Sun, 24 May 2015 00:26:22 -0400 Received: from dovecot03.posteo.de (unknown [185.67.36.28]) by mx02.posteo.de (Postfix) with ESMTPS id BC9E925A3DE7 for ; Sun, 24 May 2015 06:26:19 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3lvT5R0SmZz5vN3 for ; Sun, 24 May 2015 06:26:18 +0200 (CEST) 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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. =2D----------------------------------------------------------------------- I=E2=80=99m exporting the following document to LaTeX #+BEGIN_SRC R :results table :exports results :colnames yes :rownames yes x <- data.frame(a=3D1:2, b=3D3:4) rownames(x) <- c("One:", "Two:") #+END_SRC and expect a table with the following layout: a b One: 1 3 Two: 2 4 Instead I got this: x 1 One: 2 Two: Here=E2=80=99s the LaTeX code: \begin{tabular}{rl} & x\\ \hline 1 & One:\\ 2 & Two:\\ \end{tabular} Emacs : GNU Emacs 25.0.50.5 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2015-05-12 on montana Package: Org-mode version 8.3beta (release_8.3beta-1157-g8ddb84 @ /home/mal= sburg/usr/share/emacs/site-lisp/org/) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVYVLnAAoJEK40WfPGE2idfH4IALNw8t73TUbsU6EcpygEid/Y H4kDH0UsZB837xc+NffXFaw1k/PlEcxOtj3Ns4JYjGK9BJLnFZUmmzMaVVXSTZYr kUUbABaCd3wbim/iSg3ILczV89lEmSwI3aWo1Pc4pAIFIkwSH8atkuq/rE+LIb6N 7rPDCueIbatgtyaAKIYKviAilYD1s3RJcW5qGreKFYdkeIEWThDw4ABVEw66KvJQ yCiYLSSWi9FJaiRChQbN5l8K6hIaMeXhXdbnS46wsxAJ/WzDquib/888/5b9tCix 6/u8U1TTmHRbhswh2doCXSAB7Mjo0+nHKGgc1SL7KGlp18ehS1pogGzIDXoIfbA= =YL2V -----END PGP SIGNATURE----- --=-=-=--