From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: 6.29c export latex bug? Date: Tue, 11 Aug 2009 09:47:01 +0200 Message-ID: References: <871vnj743l.fsf@gmail.com> <15967.1249950100@alphaville.usa.hp.com> <11010.1249961161@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mam4t-0003fw-De for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 03:47:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mam4o-0003fa-6T for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 03:47:27 -0400 Received: from [199.232.76.173] (port=37084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mam4o-0003fX-1W for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 03:47:22 -0400 Received: from mx20.gnu.org ([199.232.41.8]:50776) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mam4n-0000t2-FT for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 03:47:21 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mam4m-0008CC-Gl for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 03:47:20 -0400 Received: by ewy7 with SMTP id 7so4032159ewy.42 for ; Tue, 11 Aug 2009 00:47:18 -0700 (PDT) In-Reply-To: <11010.1249961161@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, zwz On Aug 11, 2009, at 5:26 AM, Nick Dokos wrote: > Nick Dokos wrote: > > >> 31ceed47ffd3070418dd34316fef8869d2434c26 is first bad commit >> commit 31ceed47ffd3070418dd34316fef8869d2434c26 >> Author: Carsten Dominik >> Date: Tue Jun 30 07:24:57 2009 +0200 >> >> New minor mode org-indent-mode >> >> This mode implements outline indentation similar to clean view, >> but in >> a dynamic and virtual way, at display time. >> > > I looked over the commit and saw this change to org-table.el: > > ... > (if (equal (char-before) ?\n) > ;; This hack is for org-indent, to force redisplay of the > ;; line prefix of the first line. Apparently the redisplay > ;; is tied to the newline, which is, I think, a bug. > ;; To force this redisplay, we remove and re-insert the > ;; newline, so that the redisplay engine thinks it belongs > ;; to the changed text. > (progn > (backward-delete-char 1) > (insert "\n"))) > ... > > I commented it out and the export of the table worked - but I have no > idea why. Hi zwz, thanks for the report. Hi Nick, thanks for nailing it. This bug is fixed now. Nick, if you are interested, please see the commit log entry for an explanation why this bug was happening. - Carsten > > Nick > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode