From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: [BUG] 'Args out of range' when exporting with reboxes Date: Tue, 08 Apr 2014 10:45:32 +0200 Message-ID: <87d2gs1a6r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXRdu-0001q6-0y for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 04:44:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXRdm-0003lC-DG for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 04:44:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:47075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXRdm-0003l7-5l for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 04:44:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WXRdl-0005RB-5l for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 10:44:21 +0200 Received: from e178061009.adsl.alicedsl.de ([85.178.61.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2014 10:44:21 +0200 Received: from tjolitz by e178061009.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2014 10:44:21 +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: emacs-orgmode@gnu.org Hi List, 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: ,,-------------------------------------------------------- ,| org-element--parse-objects: Args out of range: 315, 316 ,`-------------------------------------------------------- I have to add commas in front to make export work, but this does not look that nice anymore in the original buffer. E.g. evaluating the following block in outorg works only after adding the commas to the rebox above, and the output does not look that great either. #+begin_src emacs-lisp :results value replace (org-export-as 'ascii) #+end_src #+results: _________________ 697 Thorsten Jolitz _________________ Table of Contents _________________ 1 --text follows this line-- 1 --text follows this line-- ============================ Hi List, I like to use rebox2 and put boxes like this in emails or 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: ,,-------------------------------------------------------- ,| org-element--parse-objects: Args out of range: 315, 316 ,`-------------------------------------------------------- I have to add commas in front to make export work, but this does not look nice anymore in the original buffer. E.g. evaluating this block in outorg works only after adding the commas to the rebox above, and the output does not look that great either. ,---- | (org-export-as 'ascii) `---- -- cheers, Thorsten -- cheers, Thorsten