From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Include files on export Date: Wed, 02 Jul 2008 20:21:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KE6xH-00081C-Q1 for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 14:21:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE6xG-0007y5-Ev for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 14:21:23 -0400 Received: from [199.232.76.173] (port=43804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE6xG-0007xw-BR for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 14:21:22 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:41033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE6xG-0008L3-2C for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 14:21:22 -0400 Received: by fg-out-1718.google.com with SMTP id l26so178572fgb.30 for ; Wed, 02 Jul 2008 11:21:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode How can I include text into a sub level e.g an unordered list? I really dont want to inclide the list delimiter in the text file itself since this text can be included elsewhere too. + Title + list item 1 #+INCLUDE: "~/docs/cv/references/cpd.org" here I want the include to be list item 2.