From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: Export [8.3.2 (8.3.2-48-g700b8e-elpa @ /home/bvr/.emacs.d/elpa/org-20151214/)] Date: Thu, 17 Dec 2015 14:27:25 -0500 Message-ID: <87io3wc1uq.fsf@alphaville.usersys.redhat.com> References: <87oadrfh2t.fsf@think.bvr.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9eDM-0000Jv-Js for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 14:27:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9eDJ-0008VD-BK for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 14:27:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:53287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9eDJ-0008V1-4b for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 14:27:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a9eDF-0008Dk-Va for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 20:27:42 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 20:27:41 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 20:27:41 +0100 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 "B.V. Raghav" writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > 1. find-file new-file.org > 2. insert template default + texinfo > 3. fill in title, subtitle, description etc. > 4. fill some random nodes > 5. export using i i > > Following backtrace of the error: >> Debugger entered--Lisp error: (wrong-type-argument listp #("Modeling >> notes for Mged" 0 23 (:parent (#1)))) >> ... > > > Emacs : GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.2) > of 2015-10-25 on trouble, modified by Debian > Package: Org-mode version 8.3.2 (8.3.2-48-g700b8e-elpa @ /home/bvr/.emacs.d/elpa/org-20151214/) I cannot reproduce it. I tried with both current master and current maint: the latter is just two commits ahead of the elpa version you have at this point and neither of those two seems to have anything to do with texinfo. It seems plausible that this might be caused by something in your setup: use emacs -q -l /some/minimal/init/file.el to start emacs without (most of) your setup and see if you can reproduce the problem there. There are two other things you can do (and that's general advice, not limited to this particular problem) to help us help you: 1) specify steps 3 and 4 above more precisely (tell us *exactly* what you typed) and 2) use uncompiled org-mode to produce the backtrace - you can reload org-mode and make it use uncompiled code with C-u M-x org-reload RET See (info "(org) Feedback") in particular the section entitled "How to create a useful backtrace" for more details. -- Nick