From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciek Starzyk Subject: Re: org-mode git, el-get, recently many functions' defintion void Date: Sun, 24 Feb 2013 19:40:59 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1f59afb2b0804d67cc3aa Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gVR-0002EK-Gq for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9gVQ-0006iI-7N for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:41:01 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:65231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gVQ-0006iA-0i for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:41:00 -0500 Received: by mail-ob0-f173.google.com with SMTP id dn14so2143879obc.32 for ; Sun, 24 Feb 2013 10:40:59 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Kowalczyk Cc: emacs-orgmode@gnu.org --e89a8fb1f59afb2b0804d67cc3aa Content-Type: text/plain; charset=ISO-8859-1 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 +++ b/recipes/org-mode.rcp @@ -12,4 +12,4 @@ (lambda (target) (list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs)))) '("oldorg")) - :load-path ("." "lisp" "contrib/lisp")) + :load-path ("." "lisp")) On Wed, Feb 20, 2013 at 6:38 AM, Jeff Kowalczyk wrote: > 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 function definition is void: > org-element-context > : Updating dynamic block `clocktable' at line 100276... > : org-clocktable-write-default: Symbol's function definition is void: > org-table-align > > To eliminate possible interactions of recent changes. I've checked out > org-mode > from a week ago, and same with el-get. There is no change in the problem. > I've > removed el-get .loaddefs.el[c], and allowed them to regenerate. > > Any suggestions on how to debug? It certainly could be el-get and nothing > to do > with org-mode. > > Thanks, > Jeff > > > > -- Maciek Starzyk --e89a8fb1f59afb2b0804d67cc3aa Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Jeff,

Try removing "c= ontrib/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/or= g-mode.rcp b/recipes/org-mode.rcp
index 32d988e..daf5e41 100644
--- a= /recipes/org-mode.rcp
+++ b/recipes/org-mode.rcp
@@ -12,4 +12,4 @@ =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (lambda (target)
=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (list "make&quo= t; target (concat "EMACS=3D" (shell-quote-argument el-get-emacs))= ))
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 '("oldor= g"))
-=A0=A0=A0=A0=A0=A0 :load-path ("." "lisp"= "contrib/lisp"))
+=A0=A0=A0=A0=A0=A0 :load-path ("." "lisp"))



On Wed, Feb 20, 2013 at 6:38 AM, Jeff Kowalczyk &= lt;jtk@yahoo.com>= wrote:
I use emacs-24, org-mode from git, el-get fr= om 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 defini= tion
void:

: org-ctrl-c-ctrl-c: Symbol's function definition is void: org-element-= context
: Updating dynamic block `clocktable' at line 100276...
: org-clocktable-write-default: Symbol's function definition is void: org-table-align

To eliminate possible interactions of recent changes. I've checked out = org-mode
from a week ago, and same with el-get. There is no change in the problem. I= 've
removed el-get .loaddefs.el[c], and allowed them to regenerate.

Any suggestions on how to debug? It certainly could be el-get and nothing t= o do
with org-mode.

Thanks,
Jeff






--
Maciek Starzyk
--e89a8fb1f59afb2b0804d67cc3aa--