[O] Cleaning up my org setup, using version from git

2013-03-22 Thread Marcelo de Moraes Serpa
Hey guys, I'm trying to update to org 8.0, and also clean up my org setup, as it looks like it still loads some of the .el files out of the Emacs std distribution (I'm using Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)). I have org in ~/.emacs.d/vendor/org, and I also added the

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: I have org in ~/.emacs.d/vendor/org, and I also added the following lines to my init.el: (add-to-list load-path (cons (concat dotfiles-dir vendor/org/lisp)   load-path)) (add-to-list load-path (cons (concat dotfiles-dir

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Marcelo de Moraes Serpa
Hi Nick, thank you for the reply. Happens it was an error specific to the terminal version of emacs (OpenStep could not be found, by org-mac-protocol). Not loading that file solved the issue. It looks like I just need to upgrade from org-remember to org-capture. However, I'm getting the

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Thomas S. Dye
Aloha Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: Hi Nick, thank you for the reply. Happens it was an error specific to the terminal version of emacs (OpenStep could not be found, by org-mac-protocol). Not loading that file solved the issue. It looks like I just need to

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Marcelo de Moraes Serpa
Yes, org git:(master): make autoloads == = Invoke make help for a synopsis of make targets. = = Created a default local.mk template. = = Setting oldorg as the default target.= = Please adapt local.mk to your

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Thomas S. Dye
Sorry, I didn't read closely. Tom Marcelo de Moraes Serpa celose...@gmail.com writes: Yes, org git:(master): make autoloads == = Invoke make help for a synopsis of make targets. = = Created a default local.mk template. =

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Marcelo de Moraes Serpa
It seems to work fine so far (apart from org-remember failing, but AFAIK, it has been deprecated). What are the consequences of not having those autoloads files? On Fri, Mar 22, 2013 at 4:19 PM, Thomas S. Dye t...@tsdye.com wrote: Sorry, I didn't read closely. Tom Marcelo de Moraes Serpa

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: On Fri, Mar 22, 2013 at 3:35 PM, Thomas S. Dye t...@tsdye.com wrote: Did you `make autoloads'? Yes, org git:(master): make autoloads == = Invoke make help for a

Re: [O] Cleaning up my org setup, using version from git

2013-03-22 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: It seems to work fine so far (apart from org-remember failing, but AFAIK, it has been deprecated). What are the consequences of not having those autoloads files? Emacs is likely to fail with unexplained and mysterious errors at any moment.