emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Maciek Starzyk <mstarzyk@gmail.com>
To: Jeff Kowalczyk <jtk@yahoo.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-mode git, el-get, recently many functions' defintion void
Date: Sun, 24 Feb 2013 19:40:59 +0100	[thread overview]
Message-ID: <CAE9aC8XpteKb1U11aiPkUWZuEaFdK5Q4DT3gX3uDAT-nmd8ncA@mail.gmail.com> (raw)
In-Reply-To: <loom.20130220T063057-565@post.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

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 <jtk@yahoo.com> 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

[-- Attachment #2: Type: text/html, Size: 2196 bytes --]

      parent reply	other threads:[~2013-02-24 18:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-20  5:38 org-mode git, el-get, recently many functions' defintion void Jeff Kowalczyk
2013-02-20  6:00 ` Bastien
2013-02-24 18:40 ` Maciek Starzyk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAE9aC8XpteKb1U11aiPkUWZuEaFdK5Q4DT3gX3uDAT-nmd8ncA@mail.gmail.com \
    --to=mstarzyk@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jtk@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).