Re: [O] org-mode git, el-get, recently many functions' defintion void

2013-02-24 Thread Maciek Starzyk
Hi Jeff, Try removing contrib/lisp from the load path in el-get's org-mode recipe. It resolved the missing org-element-context issue for me. Cheers, Maciek diff --git a/recipes/org-mode.rcp b/recipes/org-mode.rcp index 32d988e..daf5e41 100644 --- a/recipes/org-mode.rcp +++

[O] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Jeff Kowalczyk
I use emacs-24, org-mode from git, el-get from git. Each morning I update org-mode, make clean make. About 2-3 days ago, I noticed the org-export dispatcher wasn't working. Then I saw increasing functional areas of org returning errors re: function definition void: : org-ctrl-c-ctrl-c: Symbol's

Re: [O] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Bastien
Hi Jeff, Jeff Kowalczyk j...@yahoo.com writes: Any suggestions on how to debug? If you install Org from git and do a make clean make each day, then the only thing you need to make sure is that you setup the load-path correctly, early enough in your .emacs file. Do you have something like