[O] [BUG] centering export of babel results

2012-11-17 Thread Andreas Leha
Hi all, There is a bug in the newly introduced centering-instead-of-center feature when it comes to babel results. Here is the problem (already *unintentionally* centered): #+begin_src R :exports results :colnames yes data.frame(a=1:2, b=3:4) #+end_src #+results: | a | b | |---+---| | 1 | 3 |

Re: [O] [BUG] centering export of babel results

2012-11-17 Thread Andreas Leha
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, There is a bug in the newly introduced centering-instead-of-center feature when it comes to babel results. Here is the problem (already *unintentionally* centered): #+begin_src R :exports results :colnames yes

Re: [O] [BUG] centering export of babel results

2012-11-17 Thread Myles English
Hi Andreas, Andreas Leha writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, There is a bug in the newly introduced centering-instead-of-center feature when it comes to babel results. Thanks for reporting it. Here is the problem (already *unintentionally* centered):