Re: [O] emacs 24.1 and org compatibility

2011-10-29 Thread Michael Bach
Tassilo Horn tass...@member.fsf.org writes:

Hi Tassilo!

 Usually, if you've adapted your `load-path' to include the org lisp
 direcory before requiring/loading anything from org, then all the
 bundled org files from emacs should be shadowed.

Yeah, I thought so as well.  I manage org-mode (git) and my other 3rd
party packages with el-get [1].  In this case, somehow it does not play
along with the way emacs handles this shadowing of built-in packages.

The el-get init is pretty much the first thing I load from my emacs init
file.  So it should set the load-path accordingly.  I am too busy right
now to fix this, so for now I require the correct org-compat with an
explicit path.

cheers

Footnotes: 
[1]  https://github.com/dimitri/el-get




[O] emacs 24.1 and org compatibility

2011-10-28 Thread Michael Bach




Re: [O] emacs 24.1 and org compatibility

2011-10-28 Thread Michael Bach
Tassilo Horn tass...@member.fsf.org writes:

 Michael Bach pha...@gmail.com writes:

 [nothing]

 I agree with all that you've said. :-)


Hm.  Since my subject line is the only thing I said, that was easy.  :-)

So for the actual issue: After pulling emacs from bzr and org mode from
git today, org-capture failed with error:

void-function: org-pop-to-buffer-same-window

After digging around, I found the definition in org-compat.el from the
git repo and a comment within saying that `pop-to-buffer-same-window'
has been introduced with Emacs 24.1.

I now require the org-compat from git repo instead of the one built into
org-mode from emacs 24.0.90.1 since org-pop-to-buffer-same-window is not
defined within that.

I am not fully used to development versions yet...

Sorry for sending only an empty draft and then some noise.

cheers