emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rohan Nicholls <rohan.nicholls@googlemail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Re: remember integration problem with 6.06
Date: Fri, 19 Mar 2010 22:41:58 +0100	[thread overview]
Message-ID: <ec6fed891003191441i6815143es332a99b86290d5ab@mail.gmail.com> (raw)
In-Reply-To: <2B434AE3-A1B4-49CC-BF01-ED4DA492BF4C@gmail.com>

Brilliant, thanks.

On Fri, Mar 19, 2010 at 6:34 PM, Carsten Dominik
<carsten.dominik@gmail.com> wrote:
> Hi Rohan,
>
> if you are getting your org distribution through git, then
> you need to make at least org-install.el like this.
>
> make autoloads
>
> Otherwise, your (require 'org-install) might pick the empty
> org-install.el that comes with Emacs.

That must be the problem.  I started loading things manually, and it
was like the
org-remember library had not been loaded.  When I executed load-library on
org-remember everything then worked.

I will recompile everything.

> You can also type "make" to compile all lisp files, and this
> will *also* produce lisp/org-install.el
>
> If you do M-x find-library RET org-install RET, you will know which
> one you are currently loading, and if org-remember-annotation is in
> there.

On my linux system I had done the find-library thing, and noticed that it was
loading the system org.  Looking at the load-path I noticed that all the
system lisp files were at the front of the load-path with add-to-list
throwing things on the back, which is new and unexpected.  I fixed
this with a (setq load-path (reverse load-path)), and then had to
unload and reload org-mode, but this was a seriously hacky way to do
things.

I have not restarted my emacs lately on linux, but will give it a
whirl after compiling, and see if that helps.

> HTH

I am pretty sure it has. :)

Thanks,

Rohan

      reply	other threads:[~2010-03-19 21:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10 18:26 remember integration problem with 6.06 JBash
2008-09-10 19:23 ` Heinz R. Hopfgartner
2008-09-10 19:44 ` Dan Griswold
2008-09-11 15:05   ` JBash
2010-03-18 10:17     ` Rohan Nicholls
2010-03-19 17:34       ` Carsten Dominik
2010-03-19 21:41         ` Rohan Nicholls [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec6fed891003191441i6815143es332a99b86290d5ab@mail.gmail.com \
    --to=rohan.nicholls@googlemail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rohan.nicholls@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).