all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Cc: "M. P." <wintermute24x7@icloud.com>
Subject: Re: Can't Get Org-Drill to Work
Date: Fri, 30 Jun 2017 10:28:12 -0700	[thread overview]
Message-ID: <CAOj2CQT=jBwzyHzg8eTDSBY89Q4_9HOPXvRaKkcd94oTdGbyUw@mail.gmail.com> (raw)
In-Reply-To: <4B0D4D29-A82D-4E70-A619-C2A1A2CF0295@icloud.com>

M. P. <wintermute24x7@icloud.com> wrote:
> I am trying to install org-drip. I have org and org-contrib installed
> through Elpa. The Problem has something to do with the line (require
> `org-drill. When I try to run this config I get
>
> Warning (initialization): An error occurred while loading
> ‘/Users/m.r.p/.emacs’:
>
> Symbol's function definition is void: copy-list

From a quick look, this appears to be a bug in `org-drill', but luckily
it's easy to work around in your config.

To do so, add (require 'cl) to your config, before (require 'org-drill).

The problem is that `copy-list' is a function defined in `cl' (as an
alias to `cl-copy-list' in `cl-lib'), but `org-drill' only requires `cl'
at compilation time. `org-drill' should use `cl-copy-list' instead, or
else require `cl' unconditionally (i.e., without `eval-when-compile').

> The documentation tells me to You will also need to make sure that
> Org's "contrib/lisp" directory is in the emacs load-path. How do I do
> this?

I don't think you'll need to do this, ELPA will have handled it.

Hope that helps

        John



  reply	other threads:[~2017-06-30 17:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30  4:46 Can't Get Org-Drill to Work M. P.
2017-06-30 17:28 ` John Mastro [this message]
2017-06-30 18:18 ` Kaushal Modi

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

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

  git send-email \
    --in-reply-to='CAOj2CQT=jBwzyHzg8eTDSBY89Q4_9HOPXvRaKkcd94oTdGbyUw@mail.gmail.com' \
    --to=john.b.mastro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=wintermute24x7@icloud.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.