From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Exporting a subtree Date: Wed, 18 Nov 2015 15:29:22 -0500 Message-ID: <6sw6c74mgjhx0d.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9MA-0003xr-8M for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:29:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz9M5-0002Ej-AQ for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:29:30 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9M5-0002EW-4N for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 15:29:25 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 60FF22078C for ; Wed, 18 Nov 2015 15:29:24 -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: emacs-orgmode@gnu.org 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? Thank you! -pd