From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] 'Args out of range' when exporting with reboxes Date: Tue, 08 Apr 2014 19:02:27 +0200 Message-ID: <87r457vjoc.fsf@gmail.com> References: <87d2gs1a6r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXZPV-0005jT-LV for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 13:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXZPM-0007kO-C2 for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 13:02:09 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:64874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXZPM-0007gl-3Q for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 13:02:00 -0400 Received: by mail-we0-f173.google.com with SMTP id w61so1277355wes.32 for ; Tue, 08 Apr 2014 10:01:58 -0700 (PDT) In-Reply-To: <87d2gs1a6r.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 08 Apr 2014 10:45:32 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hello, Thorsten Jolitz writes: > I like to use rebox2 and put boxes in emails and source-file > comment-sections, but when I use outorg on such an message-mode or elisp > buffer and try to export it, I always get 'Args out of range' errors: The following line | org-element--parse-objects: Args out of range: 315, 316 is a table row in Org syntax, so it will not be exported as you expect it to. However, it shouldn't return an error. I fixed it. Thank you for your report. Regards, -- Nicolas Goaziou