From: zimoun <zimon.toutoune@gmail.com>
To: emacs-orgmode@gnu.org
Subject: ob-core, org-outline-overlay-data error and byte-compile warning
Date: Mon, 4 Mar 2019 13:44:14 +0100 [thread overview]
Message-ID: <CAJ3okZ3onEbSPCcCNKkU72_MJtMaq+=jX6q0Ck3tHuqd3OBcqQ@mail.gmail.com> (raw)
Dear,
First of all, thank you for this awesome tool !!
I am a bit confused and I should have something twisted with my config
but I am not able to find what. If someone has an explanation...
Or maybe it is well-known.
Well, I am running Emacs from Guix and the version is:
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.0)
of 2018-11-14.
and it comes from Org 9.1:
Org mode version 9.1.9 (release_9.1.9-65-g5e4542
@ /gnu/stor/vsiqlxhj7lnydhhi85jc1pg0xzhcfdny-emacs-26.1/share/emacs/26.1/lisp/org/)
Because I prefer a more up-to-date version of Org, say 9.2, I have in
my init.el:
(add-to-list 'package-archives
'("org" . "http://orgmode.org/elpa/"))
(package-initialize)
(use-package org
:ensure org-plus-contrib)
Then the version 9.2 lives locally:
Org mode version 9.2.2 (9.2.2-elpaplus
@ /home/simon/.emacs.d/elpa/org-plus-contrib-20190304/)
The issue is when I evaluate `org-babel-execute-buffer', then it fails
with the error:
Symbol’s function definition is void: org-outline-overlay-data
Hum? there is an incompatible change documented [1] in the Changes but
it should not interfere, right?
Well, if I find-grep in my ~/.emacs.d/ for `org-outline-overlay-data'
then nothing if found.
(and neither in the site-lisp/ from "system install")
So, I manually remove the byte-compiled file `ob-core.elc', and I
reload everything and now it works as expected. Hum?!
Then I again byte-compile the file `ob-core.el' with
emacs -batch -f batch-byte-compile ob-core.el
then it warns:
In end of data:
ob-core.el:3149:1:Warning: the following functions are not known to be
defined: org-remove-indentation, org-completing-read, org-trim,
org-outline-overlay-data, org-set-outline-overlay-data, org-in-regexp,
proper-list-p
and after reloaded everything, it fails with the message "Symbol [...]
void: org-outline-overlay-data".
I think I miss something about the byte-compiling stuff.
Now, I am using the `ob-core.el' file and not the byte-compiled one,
but I would like to understand what is wrong; if it is not a bug.
Thank you in advance for in pointer and/or insights.
All the best,
simon
[1] https://orgmode.org/Changes.html
next reply other threads:[~2019-03-04 12:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-04 12:44 zimoun [this message]
2019-03-04 20:55 ` ob-core, org-outline-overlay-data error and byte-compile warning Tim Cross
2019-03-08 16:18 ` zimoun
2019-03-08 18:25 ` Tim Cross
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='CAJ3okZ3onEbSPCcCNKkU72_MJtMaq+=jX6q0Ck3tHuqd3OBcqQ@mail.gmail.com' \
--to=zimon.toutoune@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).