Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-19 Thread Rohan Nicholls
Brilliant, thanks. On Fri, Mar 19, 2010 at 6:34 PM, Carsten Dominik 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-inst

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-19 Thread Carsten Dominik
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. You can also type "make" to compile all lisp files, and this

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-18 Thread Rohan Nicholls
Hi all I am getting the same error, and have (require 'org-install) in my init. I have remember bound to F5-r which then brings up a choice including (t)odo which is what I was trying to do. This has been showing up when using the git bleeding edge, and a pull has not helped. Here is the traceba

Re: [Orgmode] Re: remember integration problem with 6.06

2008-09-11 Thread JBash
That did it. Thanks for the help! On Wed, Sep 10, 2008 at 3:44 PM, Dan Griswold <[EMAIL PROTECTED]>wrote: > JBash <[EMAIL PROTECTED]> writes: > > > When I type 'Ctrl-C r', which used to bring up the remember template, I > now > > get: > > > > run-hook-with-args-until-success: Autoloading failed

[Orgmode] Re: remember integration problem with 6.06

2008-09-10 Thread Dan Griswold
JBash <[EMAIL PROTECTED]> writes: > When I type 'Ctrl-C r', which used to bring up the remember template, I now > get: > > run-hook-with-args-until-success: Autoloading failed to define function > org-remember-annotation How about: (require 'org-install) I recently had problems that were reso