From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giles Chamberlin Subject: Re: Limited #+INCLUDE ? Date: Tue, 27 Apr 2010 19:27:19 +0100 Message-ID: <874oiweooo.fsf@tandberg.com> References: <874oj2v2a6.fsf@tandberg.com> <87k4ruy5pd.fsf@mundaneum.com> <87eii26lzg.fsf@stats.ox.ac.uk> <878w89l2pq.wl%ucecesf@ucl.ac.uk> <87wrvtyln2.fsf@gmail.com> <874oiwyfgj.fsf@stats.ox.ac.uk> 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 1O6pVS-00079S-Sf for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:27:39 -0400 Received: from [140.186.70.92] (port=50385 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6pVP-00077r-3a for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6pVN-0005KB-J2 for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:27:34 -0400 Received: from lo.gmane.org ([80.91.229.12]:55326) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6pVL-0005Jo-ER for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:27:33 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O6pVJ-0002S7-BL for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:27:29 +0200 Received: from 82-69-78-253.dsl.in-addr.zen.co.uk ([82.69.78.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Apr 2010 20:27:29 +0200 Received: from giles.chamberlin by 82-69-78-253.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Apr 2010 20:27:29 +0200 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: emacs-orgmode@gnu.org Dan Davison writes: > This sounds like an interesting idea; I have been meaning to use tags > more. However, I wouldn't want to exclude the possibility of using this > functionality in a non-programming context -- i.e. collaborative editing > of arbitrary text documents -- which would argue for approaches based on > storing arbitrary text context using Emacs bookmarks or custom text > searches. Perhaps the new functionality could involve a choice of more > than one new Org link type? The non-programming context actually suits my original requirement better than the major-mode version. Because of the nature of the course its not uncommon to be working in a language which does not play nicely with a major mode: recent example Java Markup Language which is held as comments in a java class file. -- Giles