From: Kyle Meyer <kyle@kyleam.com>
To: Santiago Mejia <santiagomejiar@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: emacs27 and let: Symbol’s value as variable is void: org-table-header-line-p
Date: Wed, 24 Mar 2021 23:01:31 -0400 [thread overview]
Message-ID: <87im5gszqs.fsf@kyleam.com> (raw)
In-Reply-To: <CA+ho6zDj4Ec_LYaLhhyB376y-n=AH5Zzcg=h3azyHun54YL2xA@mail.gmail.com>
Santiago Mejia writes:
> Hi All,
>
> I just did a clean install of Xubuntu 20.04. I also installed emacs27
> (from this repository:ppa:kelleyk/emacs)
>
> When I try to export any snippet from org-mode by calling
> org-export-dispatch, my freshly installed emacs complains:
>
> "let: Symbol’s value as variable is void: org-table-header-line-p"
Nothing looks off in Org's sources: org-table.el defines
org-table-header-line-p, and that is used in one spot in org.el, which
loads org-table.el.
org-table-header-line-p was added recently (v9.4). So, it looks like in
your setup there's a mismatch with a newer org.el loading an older
org-table.el.
https://orgmode.org/worg/org-faq.html#mixed-install
prev parent reply other threads:[~2021-03-25 3:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 23:57 emacs27 and let: Symbol’s value as variable is void: org-table-header-line-p Santiago Mejia
2021-03-24 14:17 ` TRS-80
2021-03-25 3:01 ` Kyle Meyer [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=87im5gszqs.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=emacs-orgmode@gnu.org \
--cc=santiagomejiar@gmail.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).