From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Exporting a subtree Date: Wed, 18 Nov 2015 15:43:32 -0500 Message-ID: <6sw6c7wptfghsb.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9Zp-0000Pw-OB for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:43:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz9Zm-0006R6-Cd for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:43:37 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:39082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9Zm-0006Qa-8s for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:43:34 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id DD5DC20738 for ; Wed, 18 Nov 2015 15:43:33 -0500 (EST) 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: John Hendy Cc: emacs-orgmode John Hendy writes: > On Wed, Nov 18, 2015 at 2:29 PM, Peter Davis wrote: >> >> For the first time, I'm trying to export just a single subtree of my overall document, by typing >> >> C-c C-e C-s H O >> >> However, I get this error: >> >> apply: Wrong type argument: listp, #("Details, November 2015" 0 22 (:parent (#0))) >> >> The portion in quotes is the overall title of my document. >> >> Should this work? Is there something I need to do differently? > > Would you kindly provide a minimal working example? Perhaps create a > dummy tree and indicate an analogous subtree export target so that the > list can try to reproduce. Perhaps someone will catch from the error > what the problem is, but having something to try is extremely helpful. > Since my subtree export works, I'm at a loss for how to diagnose why > yours doesn't. Thanks, John. I think the problem lies with the #+title: option. If it's present, as in the short example below, then I get the error. If not, it seems to work ok. +------------test.org------ #+title: Here's a document title * NOTE h1 * TODO h1 also ** NOTE h2 * Another subtree Here's some stuff I want to export to HTML. +------------------------ Thanks, -pd