From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: Re: carbon emacs org-add-link-type Date: Thu, 12 Jun 2008 09:29:46 -0700 Message-ID: References: <8404E257-2FB5-4DE2-B284-4031A0B3EEE0@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6pge-0005l1-7W for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 12:30:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6pga-0005kc-V6 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 12:30:07 -0400 Received: from [199.232.76.173] (port=58433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6pga-0005kS-Ov for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 12:30:04 -0400 Received: from main.gmane.org ([80.91.229.2]:55461 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6pga-0000LP-GY for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 12:30:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K6pgT-0003OK-6W for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 16:29:57 +0000 Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2008 16:29:57 +0000 Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2008 16:29:57 +0000 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: emacs-orgmode@gnu.org 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. Cezar