emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with autoloads
@ 2009-03-03 22:39 Mark Elston
  2009-03-03 23:26 ` Mike Newman
  0 siblings, 1 reply; 38+ messages in thread
From: Mark Elston @ 2009-03-03 22:39 UTC (permalink / raw)
  To: Org Mode List

I have two machines:  WinXP and Vista (64 bit) with Emacs 22.3
on both.

Both are configured the same in terms of libraries and, specifically,
the org-mode configuration is the same.

However, the (require 'org-install) on the Vista system doesn't
seem to work the same as it does on WinXP.  When I type C-c a
on the XP system I get the usual menu asking for the additional
key for the type of agenda I want.

On the Vista system, though, when I type C-c a I don't get this
menu and it provides the agenda in the default format (which isn't
really as useful to me).

I do a C-h f on org-agenda and it tells me (on the Vista system)
that it is an interactive  Lisp function in 'org.el'.

Apparently, even with the (require ...) in my .emacs file I am
not loading 'org-install.

Any ideas why this would be?

Mark

^ permalink raw reply	[flat|nested] 38+ messages in thread
* Problem with autoloads
@ 2011-06-26 20:14 suvayu ali
  2011-06-27 16:51 ` Michael Markert
  0 siblings, 1 reply; 38+ messages in thread
From: suvayu ali @ 2011-06-26 20:14 UTC (permalink / raw)
  To: org-mode mailing list

Hi,

After I updated yesterday I have been having this problem. This is how
I compile:

$ make cleanall && make all

and I load org from my init file like this:

;; the org repo is at ~/build/org-mode
(add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp"))

(require 'org-install)

Now every time something needs to be loaded say org-latex during latex export
or org-table when turning on orgtbl minor mode, I get errors like these:

(file-error "Cannot open load file" "lisp/org")

I see lisp/org-install.el has autoloads like these:

(autoload 'org-mode "lisp/org" ...)

I have faced this once earlier, not sure how I resolved it back then. What am
I doing wrong here?

--
Suvayu

Open source is the future. It sets us free.

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

end of thread, other threads:[~2011-07-16 12:56 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03 22:39 Problem with autoloads Mark Elston
2009-03-03 23:26 ` Mike Newman
2009-03-04  0:10   ` Samuel Wales
2009-03-04  0:14   ` Mark Elston
  -- strict thread matches above, loose matches on Subject: below --
2011-06-26 20:14 suvayu ali
2011-06-27 16:51 ` Michael Markert
2011-06-27 17:57   ` Suvayu Ali
2011-06-27 22:23     ` Michael Markert
2011-06-28  0:13       ` Nick Dokos
2011-06-28  1:01         ` Suvayu Ali
2011-06-28  6:33           ` Nick Dokos
2011-06-28  6:56             ` Michael Markert
2011-06-28  7:30               ` Suvayu Ali
2011-06-28 14:15                 ` Nick Dokos
2011-06-28 15:18                   ` Nick Dokos
2011-06-28 16:15                     ` Michael Markert
2011-06-28 16:23                       ` Nick Dokos
2011-06-28 18:11                         ` Michael Markert
2011-06-28 12:39               ` Michael Markert
2011-06-28 19:09                 ` Suvayu Ali
2011-06-29 16:51                   ` Eric S Fraga
2011-06-29 18:24                     ` Michael Markert
2011-06-29 19:12                       ` suvayu ali
2011-06-29 19:12                       ` Eric S Fraga
     [not found]                     ` <e.fraga@ucl.ac.uk>
2011-06-29 18:12                       ` Nick Dokos
2011-06-29 18:26                         ` Michael Markert
2011-06-29 19:29                         ` Eric S Fraga
2011-06-29 20:02                       ` Nick Dokos
2011-06-29 21:47                         ` suvayu ali
2011-07-14 17:33                   ` Skip Collins
2011-07-14 22:40                     ` suvayu ali
2011-07-15 16:38                     ` Achim Gratz
2011-07-15 17:43                       ` Jambunathan K
2011-07-16 12:51                       ` Bastien
2011-07-16 12:57                         ` Bastien
2011-06-27 18:08   ` Michael Markert
2011-06-27 18:23     ` Suvayu Ali
2011-06-27 18:43       ` Michael Markert

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).