From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Including orgstruct-mode files in todo list and agenda Date: Wed, 23 Sep 2009 14:42:07 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqS6t-0002G6-8D for emacs-orgmode@gnu.org; Wed, 23 Sep 2009 09:42:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqS6n-0002DT-Rg for emacs-orgmode@gnu.org; Wed, 23 Sep 2009 09:42:18 -0400 Received: from [199.232.76.173] (port=37240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqS6n-0002DQ-N9 for emacs-orgmode@gnu.org; Wed, 23 Sep 2009 09:42:13 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:63283) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqS6m-00030G-TS for emacs-orgmode@gnu.org; Wed, 23 Sep 2009 09:42:13 -0400 Received: by ewy4 with SMTP id 4so711313ewy.31 for ; Wed, 23 Sep 2009 06:42:11 -0700 (PDT) In-Reply-To: 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: Robin Green Cc: Org Mode On Sep 23, 2009, at 1:18 PM, Robin Green wrote: > I would like to have files other than .org files, e.g. source code > files, with some TODOs in them created by orgstruct-mode, included in > todo lists and agendas generated by C-c a. > > My plan is to create symbolic links in my org directory, with names > altered from the original filenames so that they end in .org, pointing > to those other files. As the files are plain text and don't contain > anything else which could be mistaken for a TODO entry or whatever, I > think this should work. > > Will this work reliably? This will work reliably if you can get Emacs to visit these files in Org-mode. An I think, the condition for this will be that none of these files is being visited already under the original name... - Carsten