Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
Jambunathan K kjambunathan at gmail.com writes: M Elwood151 at web.de writes: have to load my settings file manually (open, eval-buffer, close) at each startup... By hand, do M-x load-file RET path-to-file RET Now after you have done this, do M-x list-command-history RET

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
Bastien bzg at gnu.org writes: (load org) Replace this with (require 'org) And make sure (1) you have been running ~$ make (or ~$ make autoloads) in your Org directory. Hi Bastien, thanks a lot, I'll also change this, however the 2 real sources of the problem seemed to be the

[O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread M
Sorry for asking again, but this issue is still a big problem for me, as I have to load my settings file manually (open, eval-buffer, close) at each startup... I'm trying to use a custom setup for `org-mode 8.2` on `Windows 7`, but it does not work as expected. Sorry for pushing that, but is

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Bastien
M elwood...@web.de writes: (load org) Replace this with (require 'org) And make sure (1) you have been running ~$ make (or ~$ make autoloads) in your Org directory. If this does not work, please use M-x org-version RET and report the exact version number. Thanks, -- Bastien

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread John Hendy
On Mar 12, 2014 10:17 AM, Bastien b...@gnu.org wrote: M elwood...@web.de writes: (load org) Replace this with (require 'org) And make sure (1) you have been running ~$ make (or ~$ make autoloads) in your Org directory. I thought requiring org wasn't required anymore? John If this

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Bastien
John Hendy jw.he...@gmail.com writes: I thought requiring org wasn't required anymore? Yes, it is not required, but better than (load org). -- Bastien

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Jambunathan K
M elwood...@web.de writes: have to load my settings file manually (open, eval-buffer, close) at each startup... By hand, do M-x load-file RET path-to-file RET Now after you have done this, do M-x list-command-history RET And copy-paste the relevant portion to your .emacs. That is

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread John Hendy
On Wed, Mar 12, 2014 at 11:14 AM, Bastien b...@gnu.org wrote: John Hendy jw.he...@gmail.com writes: I thought requiring org wasn't required anymore? Yes, it is not required, but better than (load org). Great -- just making sure I'm not goofing my own setup. Looks like he actually has both: