From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: TODO dependencies and file-level keywords Date: Tue, 12 Jan 2010 10:46:43 +0100 Message-ID: <834omr3bb0.fsf@yahoo.it> References: <4B4B1493.3070104@amlog.co.uk> <5BEA9D3F-F3F7-4CDC-B5D1-6EA299403D76@gmail.com> <83r5pw69tr.fsf@yahoo.it> <83wrzoohtj.fsf@yahoo.it> <87y6k4r8wk.wl%maus.david@gmail.com> <83ocl0ljfs.fsf@yahoo.it> 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 1NUdKK-0005jj-Tt for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 04:46:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUdKF-0005ih-LD for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 04:46:15 -0500 Received: from [199.232.76.173] (port=46415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUdKF-0005ib-Dd for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 04:46:11 -0500 Received: from slim-2c.inet.it ([213.92.5.123]:65407) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUdKE-0005fK-S0 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 04:46:11 -0500 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 Carsten Dominik writes: > On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote: > >> + setting the variable in my .emacs and reloading emacs >> (closed and re-run) >> does not have effect: I can still change line a !! ^^^^^^^^^^^^^ > > Same here, you need to set this variable *before* org.el gets loaded - > I am suspecting that you are setting it after? Is the second line of my .emacs *before* enough? (I wrote in the 2nd line so I can find and remove it easily ;-) Please, note that the first line is a comment. > I am curious if, after you fix this, blocking will still not work. > Please let us know. =:-\ However as you can see before I wrote: "I can still change line a" !! (sic.) I confused the blocking order: I have been thinking that the first line'd have blocked by the following lines, whereas it is the inverse: the following line is blocked by the upper line! Now I managed to make it work correctly. Sorry for the noise. cheers, Giovanni