From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: carbon emacs org-add-link-type Date: Fri, 13 Jun 2008 12:31:13 +0200 Message-ID: References: <8404E257-2FB5-4DE2-B284-4031A0B3EEE0@uva.nl> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K76Yt-0008Bz-C0 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 06:31:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K76Ys-0008B1-Qg for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 06:31:14 -0400 Received: from [199.232.76.173] (port=55044 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K76Ys-0008Au-JL for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 06:31:14 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:8047) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K76Ys-0000Mo-A3 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 06:31:14 -0400 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: Cezar Halmagean Cc: emacs-orgmode@gnu.org On Jun 12, 2008, at 6:29 PM, Cezar Halmagean wrote: > On 2008-06-11 22:53:04 -0700, Carsten Dominik said: > >> Hi Cezar, >> you must have a setup in which org-add-link-type is called before >> org.el is loaded. This can happen by a package that calls this >> function without doing (require 'org) first. >> - Carsten > > I am not 100% that happens. Here is my org-init file. > > http://mixandgo.com/org-mode-init.el > > P.S. This works in Emacs CVS on linux. The of course I do not know why this is happening. Have you tried -- debug-init to get a handle on when exactly this happens? Looking at you init file, you first do (require 'org), and org.el does define the function org-add-link-type. - Carsten