From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in org-element--object-lex seen when exporting (Invalid search bound, wrong side of point) Date: Thu, 27 Oct 2016 00:52:18 +0200 Message-ID: <87lgxaiuzh.fsf@nicolasgoaziou.fr> References: <87lgxfm6nk.wl-n142857@gmail.com> <87d1iokb00.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzX3U-0005kg-ER for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 18:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzX3T-0007Bu-Ow for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 18:52:20 -0400 In-Reply-To: <87d1iokb00.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 25 Oct 2016 11:56:31 +0200") 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" To: Daniel Clemente Cc: Bastien Guerry , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Daniel Clemente writes: > >> Hi. I describe a rare bug seen in today's org-mode (8.3.6) running in emacs 26.0.50.1. >> >> 1. emacs -Q, and load org-mode >> 2. Use this file (two lines): >> >> * <<>> >> a-bug >> >> 3. export to HTML (C-c C-e h h) >> >> I got: >> >> Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") > > I can reproduce it, and will fix it in a few hours. Fixed. Thank you. Regards,