From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: Re: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section Date: Mon, 09 Apr 2012 21:17:25 +0200 Message-ID: <4F8335C5.7040505@googlemail.com> References: <87hawus2r7.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHK5y-0000fS-8u for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 15:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHK5w-0002nf-Jm for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 15:17:45 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:42780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHK5w-0002nR-9p for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 15:17:44 -0400 Received: by bkwq16 with SMTP id q16so4276647bkw.0 for ; Mon, 09 Apr 2012 12:17:42 -0700 (PDT) In-Reply-To: <87hawus2r7.fsf@norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, thank you for spotting this. This hunk is really not doing anything useful. Best Julian On 04/08/2012 04:43 PM, Bernt Hansen wrote: > Julian Gehring writes: > >> From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001 >> From: Julian Gehring >> Date: Sun, 8 Apr 2012 15:24:47 +0200 >> Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' >> section > > Hi Julian, > > Why is the last hunk in this patch useful? Doesn't it just add a > trailing blank? > >> @@ -11588,7 +11587,7 @@ two table styles with the names @samp{TableWithHeaderRowAndColumn} and >> @samp{TableWithFirstRowandLastRow}. (@strong{Important:} The OpenDocument >> styles needed for producing the above template have been pre-defined for you. >> These styles are available under the section marked @samp{Custom Table >> -Template} in @file{OrgOdtContentTemplate.xml} >> +Template} in @file{OrgOdtContentTemplate.xml} >> (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}). If you need >> additional templates you have to define these styles yourselves. > > I think this hunk should probably be dropped. > > Bernt