From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-return-follows-link Date: Tue, 19 Jun 2007 05:32:10 +0200 Message-ID: <8611e3bfe525fe9cf13af93dc2b8aa73@science.uva.nl> References: <87645l2uhv.fsf@MagnumOpus.khem> <6e94c49182ec3fa6e5bb4213cefcc05a@science.uva.nl> <877iq1b7ll.fsf@MagnumOpus.khem> Mime-Version: 1.0 (Apple Message framework v624) 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 1I0US1-0001Mi-CP for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 23:32:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0US0-0001MO-6c for Emacs-orgmode@gnu.org; Mon, 18 Jun 2007 23:32:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0US0-0001ML-0i for Emacs-orgmode@gnu.org; Mon, 18 Jun 2007 23:32:16 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0URz-0004do-LX for Emacs-orgmode@gnu.org; Mon, 18 Jun 2007 23:32:15 -0400 In-Reply-To: <877iq1b7ll.fsf@MagnumOpus.khem> 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: Charles philip Chan Cc: Emacs-orgmode@gnu.org On Jun 18, 2007, at 17:33, Charles philip Chan wrote: > Carsten Dominik writes: > >> And the documentation of `org-return-follows-links' says >> >> "Needs to be set before org.el is loaded.", >> >> i.e. you need to set the variable and then reload org.el, >> or restart Emacs to make this effective. > > Strange setting it using customize and then restarting works. > Previously > I had the variable set before (require 'org-install) in my .emacs which > used to work. That should definitely work as well. If it does not, it means that something is wrong in your setup, for example that org.el is still loaded before setting the variable. - Carsten