From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: can't export default koma letter Date: Tue, 30 Aug 2016 11:45:43 +0200 Message-ID: <87shtmio8o.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1befc2-0004dG-5x for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 05:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1befc0-000305-2W for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 05:45:44 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1befbz-0002zW-RD for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 05:45:43 -0400 In-Reply-To: (kevinbanjo@gmail.com's message of "Mon, 29 Aug 2016 07:56:07 -0700") 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: kevinbanjo Cc: emacs-orgmode@gnu.org Hello, kevinbanjo writes: > Hi, > I installed the get-stable version in ~/0work/org-mode and did the make on > it (see my previous email). > > I then added > > (push "~/0work/org-mode/lisp" load-path) > (push "~/0work/org-mode/etc" load-path) > (push "~/0work/org-mode/contrib" load-path) > > (require 'org) > > (eval-after-load 'ox '(require 'ox-koma-letter)) Note that ox-koma-letter already requires "ox". > Debugger entered--Lisp error: (wrong-type-argument listp #("Romeo" 0 5 > (:parent (#1)))) > org-element-set-contents(#("Romeo" 0 5 (:parent (#0)))) > apply(org-element-set-contents #("Romeo" 0 5 (:parent (#0))) nil) > #[(s) " \306\307\310 # \311\312 \211 :\204 \313\202\" @9\203! AA\202\" > )\"\210\314\315\n \211 :\2043\313\202@ @9\203? AA\202@ )#\210 \316\211\n > ;\203V\317\320\f #\202\\\321 A@\f\"* \211 ;\203n\322 \313\f I cannot reproduce it. It looks like you are having a mixed installation problem. Regards, -- Nicolas Goaziou