From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: [PATCH] org-e-latex: Tables get correct amount of vertical space Date: Tue, 13 Nov 2012 15:54:04 +0100 Message-ID: <80a9ulsgdv.fsf@somewhere.org> References: <87d2zhr2ym.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Myles, Myles English wrote: > This patch replaces every occurence of the \begin{center} environment > with \centering in the file contrib/lisp/org-e-latex.el. > ... > - (format "\\begin{center}\n%s\\end{center}" contents))) > + (format "\\centering\n%s" contents))) Wouldn't you have to replace \begin{center} ... \end{center} by {\centering ... } ? That is, add a group around? Best regards, Seb -- Sebastien Vauban