From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: [BUG] centering export of babel results Date: Sat, 17 Nov 2012 15:30:54 +0000 Message-ID: <87wqxkb61d.fsf@gmail.com> References: <87k3tk8ps5.fsf@med.uni-goettingen.de>, <87fw488pml.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZkM9-0005CM-7b for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 10:30:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZkM5-0004zd-Vw for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 10:30:53 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:64238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZkM5-0004zV-ON for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 10:30:49 -0500 Received: by mail-we0-f169.google.com with SMTP id u3so1544538wey.0 for ; Sat, 17 Nov 2012 07:30:48 -0800 (PST) In-reply-to: <87fw488pml.fsf@med.uni-goettingen.de> 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas Leha writes: > Andreas Leha 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): I don't know how to intentionally uncenter tables. >> #+begin_src R :exports results :colnames yes data.frame(a=1:2, b=3:4) >> #+end_src >> >> #+results: >> | a | b | >> |---+---| >> | 1 | 3 | >> | 2 | 4 | >> >> This remains *unintentionally* centered. >> >> Regards, >> Andreas > > I should have added, that a simple work-around would be sth like > > > Here is the problem (already *unintentionally* centered): > #+LaTeX: { \\%} > #+begin_src R :exports results :colnames yes > data.frame(a=1:2, b=3:4) > #+end_src > > #+results: > | a | b | > |---+---| > | 1 | 3 | > | 2 | 4 | > #+LaTeX: } > > This remains *unintentionally* centered. I have just sent a patch to the mailing list to fix the problem you hinted at. Myles