From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Include files on export Date: Wed, 2 Jul 2008 13:35:40 -0700 Message-ID: <71A2B374-9AEE-4CA5-9818-94C75A5F3C6E@uva.nl> References: <7D0B737B-4C69-44E8-B0AA-F553403EE07B@uva.nl> <38prpwt84o.fsf@richardriley.net> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KE93e-0005Y6-Ns for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:36:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE93W-0005Vc-1v for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:36:06 -0400 Received: from [199.232.76.173] (port=57225 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE93V-0005VL-I1 for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:35:57 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:21848) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE93T-0006J5-6a for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:35:57 -0400 In-Reply-To: <38prpwt84o.fsf@richardriley.net> 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: Richard G Riley Cc: org-mode On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: > > Could I suggest a different approach? > > Possibly have a parameter which is a prefix text on the include line? > > e.g > > #+INCLUDE: "~/docs/cv/references/cpd.org" :prefix " + " Yes, this is the better solution, but you need two different prefixes, one for the first line and one for the others in order to make items work. I don't think it is perfect yet, because the indentation has to be specified by hand and will fail if you promote or demote the list. Still, useful, thanks a lot. Its up in the git repo. - Carsten