From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Include files on export Date: Wed, 02 Jul 2008 23:06:27 +0200 Message-ID: <0xwsk4q9m4.fsf@richardriley.net> References: <7D0B737B-4C69-44E8-B0AA-F553403EE07B@uva.nl> <38prpwt84o.fsf@richardriley.net> <71A2B374-9AEE-4CA5-9818-94C75A5F3C6E@uva.nl> 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 1KE9X7-0003m8-F4 for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:06:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE9X6-0003lj-SI for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:06:33 -0400 Received: from [199.232.76.173] (port=45619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE9X6-0003le-MW for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:06:32 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:20467) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE9X6-0002Kx-1K for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:06:32 -0400 Received: by fg-out-1718.google.com with SMTP id l26so201793fgb.30 for ; Wed, 02 Jul 2008 14:06:30 -0700 (PDT) In-Reply-To: <71A2B374-9AEE-4CA5-9818-94C75A5F3C6E@uva.nl> (Carsten Dominik's message of "Wed, 2 Jul 2008 13:35:40 -0700") 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: Carsten Dominik Cc: org-mode , Richard G Riley Carsten Dominik writes: > 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 Is there no way to just to allow #+include anywhere on a line? (also, I solved the link query from another psot by using C-u C-c C-l - possibly the links section of the info file could be clearer). I missed the need to use the file: specifier.