emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-drill: not working when installed via package munger.
@ 2019-04-17 20:18 Damon Permezel
  2019-04-17 21:46 ` Jorge P. de Morais Neto
  0 siblings, 1 reply; 4+ messages in thread
From: Damon Permezel @ 2019-04-17 20:18 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1028 bytes --]

Just refreshed org from the package manager.

  org                20190415      installed             Outline-based notes management and organizer
  org-plus-contrib   20190415      installed             Outline-based notes management and organizer

org-drill-entry: Symbol’s function definition is void: org-outline-overlay-data

I was able to fix the problem by grepping for references in *.elc files and byte-compiling the files.

sloth% ls -lrt | tail -8
-rw-r--r--  1 dap  staff    12041 Apr 15 21:36 ox-rss.elc
-rw-r--r--  1 dap  staff    13775 Apr 15 21:36 ox-s5.elc
-rw-r--r--  1 dap  staff    29636 Apr 15 21:36 ox-taskjuggler.elc
-rw-r--r--  1 dap  staff    58283 Apr 15 21:36 ox-texinfo.elc
-rw-r--r--  1 dap  staff   242279 Apr 15 21:36 ox.elc
-rw-r--r--  1 dap  staff   100111 Apr 18 06:10 org-drill.elc
-rw-r--r--  1 dap  staff   102041 Apr 18 06:11 ob-core.elc
-rw-r--r--  1 dap  staff   796772 Apr 18 06:11 org.elc
sloth% pwd
/Users/dap/.emacs.d/elpa/org-plus-contrib-20190415
sloth%



[-- Attachment #1.2: Type: text/html, Size: 2105 bytes --]

[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org-drill: not working when installed via package munger.
  2019-04-17 20:18 Org-drill: not working when installed via package munger Damon Permezel
@ 2019-04-17 21:46 ` Jorge P. de Morais Neto
  2019-05-01 17:05   ` Jorge P. de Morais Neto
  0 siblings, 1 reply; 4+ messages in thread
From: Jorge P. de Morais Neto @ 2019-04-17 21:46 UTC (permalink / raw)
  To: Damon Permezel, emacs-orgmode

Damon Permezel <permezel@me.com> writes:

> Just refreshed org from the package manager.
>
>   org                20190415      installed             Outline-based notes management and organizer
>   org-plus-contrib   20190415      installed             Outline-based notes management and organizer
>
> org-drill-entry: Symbol’s function definition is void: org-outline-overlay-data
>
> I was able to fix the problem by grepping for references in *.elc files and byte-compiling the files.

I faced the same problem and you workaround fixed it for me.  Thank
you.  That was on Spacemacs develop (updated a few minutes ago) atop
GNU Emacs 26.2.  In Spacemacs develop (same commit) atop GNU Emacs
27.0.50 (built on April 1st, commit 4565-g03ceee0e64) the workaround was
not necessary.

Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org-drill: not working when installed via package munger.
  2019-04-17 21:46 ` Jorge P. de Morais Neto
@ 2019-05-01 17:05   ` Jorge P. de Morais Neto
  2019-05-02  7:54     ` Damon Permezel
  0 siblings, 1 reply; 4+ messages in thread
From: Jorge P. de Morais Neto @ 2019-05-01 17:05 UTC (permalink / raw)
  To: Damon Permezel, emacs-orgmode

Jorge P. de Morais Neto <jorge+list@disroot.org> writes:

> Damon Permezel <permezel@me.com> writes:
>> [...]
>> org-drill-entry: Symbol’s function definition is void: org-outline-overlay-data
>>
>> I was able to fix the problem by grepping for references in *.elc files and byte-compiling the files.
>
> I faced the same problem and you workaround fixed it for me.  Thank
> you.  That was on Spacemacs develop (updated a few minutes ago) atop
> GNU Emacs 26.2.  In Spacemacs develop (same commit) atop GNU Emacs
> 27.0.50 (built on April 1st, commit 4565-g03ceee0e64) the workaround was
> not necessary.

I faced the problem again.  This time it was on Spacemacs develop
(updated a few minutes ago) atop GNU Emacs 27.0.50 (commit
5022-g5a4f58f7ee).  Do you also use Spacemacs?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org-drill: not working when installed via package munger.
  2019-05-01 17:05   ` Jorge P. de Morais Neto
@ 2019-05-02  7:54     ` Damon Permezel
  0 siblings, 0 replies; 4+ messages in thread
From: Damon Permezel @ 2019-05-02  7:54 UTC (permalink / raw)
  To: Jorge P. de Morais Neto; +Cc: emacs-orgmode

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



> On 2 May 2019, at 03:05, Jorge P. de Morais Neto <jorge+list@disroot.org> wrote:
> 
> Jorge P. de Morais Neto <jorge+list@disroot.org> writes:
> 
>> Damon Permezel <permezel@me.com> writes:
>>> [...]
>>> org-drill-entry: Symbol’s function definition is void: org-outline-overlay-data
>>> 
>>> I was able to fix the problem by grepping for references in *.elc files and byte-compiling the files.
>> 
>> I faced the same problem and you workaround fixed it for me.  Thank
>> you.  That was on Spacemacs develop (updated a few minutes ago) atop
>> GNU Emacs 26.2.  In Spacemacs develop (same commit) atop GNU Emacs
>> 27.0.50 (built on April 1st, commit 4565-g03ceee0e64) the workaround was
>> not necessary.
> 
> I faced the problem again.  This time it was on Spacemacs develop
> (updated a few minutes ago) atop GNU Emacs 27.0.50 (commit
> 5022-g5a4f58f7ee).  Do you also use Spacemacs?

No I do not.

> 


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-02  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 20:18 Org-drill: not working when installed via package munger Damon Permezel
2019-04-17 21:46 ` Jorge P. de Morais Neto
2019-05-01 17:05   ` Jorge P. de Morais Neto
2019-05-02  7:54     ` Damon Permezel

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).