From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: Can't make TODO dependencies work Date: Sun, 1 Feb 2009 15:27:21 -0500 Message-ID: <20090201152721.27c64756@johnrakestraw.com> References: <20090201121412.657196d2@johnrakestraw.com> <20090201124540.2c5a1c45@johnrakestraw.com> <941FA03B-2A6D-40ED-8D4B-A5657BEA9798@uva.nl> <20090201132310.57b6e384@johnrakestraw.com> <82B40ECB-ADB0-441D-885B-2CD64DA53EFE@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTiub-00033z-7O for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 15:27:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTiua-00033Z-Ix for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 15:27:24 -0500 Received: from [199.232.76.173] (port=41113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTiua-00033M-Fm for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 15:27:24 -0500 Received: from relay03.pair.com ([209.68.5.17]:2479) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LTiua-0004cm-30 for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 15:27:24 -0500 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten -- Thanks for the troubleshooting, and thanks also for this write-up. In particular --- > However, org.el will also get loaded when you require some > other org-... file, for example an add-on from the contrib > directory. I was setting the variables before (require 'org-install), but I found an earlier instance of (require 'org-xxx). It's inspired me to clean up and organize my init files. --John