From: tsd@tsdye.com (Thomas S. Dye)
To: Titus von der Malsburg <malsburg@posteo.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]
Date: Sun, 24 May 2015 05:36:32 -1000 [thread overview]
Message-ID: <m2vbfit2bj.fsf@tsdye.com> (raw)
In-Reply-To: <87wpzyfn46.fsf@posteo.de> (Titus von der Malsburg's message of "Sun, 24 May 2015 00:31:05 -0700")
Titus von der Malsburg <malsburg@posteo.de> writes:
>> You got the result of rownames(x), which is expected. The table you
>> expect is given by the following code:
>
> Ah, I see, thanks. Although the results is still somewhat
> unexpected. c("One:", "Two:") doesn’t have rownames and colnames. So
> org apparently made them up when generating the table.
Also expected due to :rownames yes :colnames yes. Without those two
header arguments:
#+header: :session
#+BEGIN_SRC R :results table :exports results
x <- data.frame(a=1:2, b=3:4)
rownames(x) <- c("One:", "Two:")
#+END_SRC
#+results:
| One: |
| Two: |
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
next prev parent reply other threads:[~2015-05-24 15:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-24 4:26 Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)] Titus von der Malsburg
2015-05-24 7:01 ` Thomas S. Dye
2015-05-24 7:31 ` Titus von der Malsburg
2015-05-24 15:36 ` Thomas S. Dye [this message]
2015-05-24 16:13 ` Titus von der Malsburg
2015-05-24 17:09 ` Thomas S. Dye
2015-05-24 18:05 ` Titus von der Malsburg
2015-05-29 9:37 ` Nicolas Goaziou
2015-05-29 18:00 ` Sebastien Vauban
2015-05-29 18:09 ` Charles C. Berry
2015-05-29 18:54 ` Titus von der Malsburg
2015-05-29 19:14 ` Thomas S. Dye
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2vbfit2bj.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=malsburg@posteo.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.