emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* carbon emacs org-add-link-type
@ 2008-06-12  3:33 Cezar H
  2008-06-12  5:53 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Cezar H @ 2008-06-12  3:33 UTC (permalink / raw)
  To: emacs-orgmode

GNU Emacs 22.2.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0) of 2008-04-01
Carbon Emacs Package (Spring, 2008) gives me this error msg when 
loading org-mode:

Symbol's function definition is void: org-add-link-type


Any ideas how to fix it ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: carbon emacs org-add-link-type
  2008-06-12  3:33 carbon emacs org-add-link-type Cezar H
@ 2008-06-12  5:53 ` Carsten Dominik
  2008-06-12 16:29   ` Cezar Halmagean
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2008-06-12  5:53 UTC (permalink / raw)
  To: Cezar H; +Cc: emacs-orgmode

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

On Jun 12, 2008, at 5:33 AM, Cezar H wrote:

> GNU Emacs 22.2.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0) of  
> 2008-04-01
> Carbon Emacs Package (Spring, 2008) gives me this error msg when  
> loading org-mode:
>
> Symbol's function definition is void: org-add-link-type
>
>
> Any ideas how to fix it ?
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: carbon emacs org-add-link-type
  2008-06-12  5:53 ` Carsten Dominik
@ 2008-06-12 16:29   ` Cezar Halmagean
  2008-06-13 10:31     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Cezar Halmagean @ 2008-06-12 16:29 UTC (permalink / raw)
  To: emacs-orgmode

On 2008-06-11 22:53:04 -0700, Carsten Dominik <C.Dominik@uva.nl> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: carbon emacs org-add-link-type
  2008-06-12 16:29   ` Cezar Halmagean
@ 2008-06-13 10:31     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-06-13 10:31 UTC (permalink / raw)
  To: Cezar Halmagean; +Cc: emacs-orgmode


On Jun 12, 2008, at 6:29 PM, Cezar Halmagean wrote:

> On 2008-06-11 22:53:04 -0700, Carsten Dominik <C.Dominik@uva.nl> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-13 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-12  3:33 carbon emacs org-add-link-type Cezar H
2008-06-12  5:53 ` Carsten Dominik
2008-06-12 16:29   ` Cezar Halmagean
2008-06-13 10:31     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).