* Problems getting org-macs.el macros to be loaded
@ 2022-11-30 19:07 Bram Adams
2022-11-30 22:40 ` Kyle Meyer
2022-12-01 1:20 ` Bram Adams
0 siblings, 2 replies; 3+ messages in thread
From: Bram Adams @ 2022-11-30 19:07 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I just built the latest Emacs 29 version from the upstream release
branch, which comes with org 9.6-3-ga4d38e (no other org version installed).
Overall, it seems like org-macs.el is not loaded properly, since I get
issues with invalid function errors for "org-assert-version" and
"org-current-text-indentation", even though those are actually macros.
The "org-assert-version" issue caused org to misbehave entirely, until I
added an empty function definition for "org-assert-version" (native
compilation still chokes on this). I could not find a workaround for the
"org-current-text-indentation" case, which is used when narrowing code
blocks.
Adding "(require 'org-macs)" early in my init file did not resolve anything.
FWIW, here's how I've been loading org mode since Emacs 26:
==
(use-package org
:commands (org-heading-components org-read-date)
:diminish org-indent-mode
:mode (("\\.org$" . org-mode))
:init
(add-hook 'org-load-hook
#'+org-init-babel-lazy-loader-h)
:config
[...]
)
==
Any ideas what could go wrong?
Kind regards,
Bram Adams
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems getting org-macs.el macros to be loaded
2022-11-30 19:07 Problems getting org-macs.el macros to be loaded Bram Adams
@ 2022-11-30 22:40 ` Kyle Meyer
2022-12-01 1:20 ` Bram Adams
1 sibling, 0 replies; 3+ messages in thread
From: Kyle Meyer @ 2022-11-30 22:40 UTC (permalink / raw)
To: Bram Adams; +Cc: emacs-orgmode
Bram Adams writes:
> Hi,
>
> I just built the latest Emacs 29 version from the upstream release
> branch, which comes with org 9.6-3-ga4d38e (no other org version installed).
>
> Overall, it seems like org-macs.el is not loaded properly, since I get
> issues with invalid function errors for "org-assert-version" and
> "org-current-text-indentation", even though those are actually macros.
> The "org-assert-version" issue caused org to misbehave entirely, [...]
Thanks for reporting. I haven't been able to trigger any issues loading
and using Org from the emacs-29 branch. (This is with ./src/emacs -Q
after a clean build on Debian stable configured with native
compilation.)
It sounds like you're confident that are no other Org versions on your
load-path, but, just in case, did you check list-load-path-shadows for
anything suspicious?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems getting org-macs.el macros to be loaded
2022-11-30 19:07 Problems getting org-macs.el macros to be loaded Bram Adams
2022-11-30 22:40 ` Kyle Meyer
@ 2022-12-01 1:20 ` Bram Adams
1 sibling, 0 replies; 3+ messages in thread
From: Bram Adams @ 2022-12-01 1:20 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I updated to a newer 29 release branch commit, and now things work, must
have been a glitch.
Kind regards,
Bram Adams
On 30-11-22 2:07 p.m., Bram Adams wrote:
> Hi,
>
> I just built the latest Emacs 29 version from the upstream release
> branch, which comes with org 9.6-3-ga4d38e (no other org version
> installed).
>
> Overall, it seems like org-macs.el is not loaded properly, since I get
> issues with invalid function errors for "org-assert-version" and
> "org-current-text-indentation", even though those are actually macros.
> The "org-assert-version" issue caused org to misbehave entirely, until
> I added an empty function definition for "org-assert-version" (native
> compilation still chokes on this). I could not find a workaround for
> the "org-current-text-indentation" case, which is used when narrowing
> code blocks.
>
> Adding "(require 'org-macs)" early in my init file did not resolve
> anything.
>
> FWIW, here's how I've been loading org mode since Emacs 26:
> ==
> (use-package org
> :commands (org-heading-components org-read-date)
> :diminish org-indent-mode
> :mode (("\\.org$" . org-mode))
> :init
> (add-hook 'org-load-hook
> #'+org-init-babel-lazy-loader-h)
> :config
> [...]
> )
> ==
>
> Any ideas what could go wrong?
>
> Kind regards,
>
> Bram Adams
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-01 1:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 19:07 Problems getting org-macs.el macros to be loaded Bram Adams
2022-11-30 22:40 ` Kyle Meyer
2022-12-01 1:20 ` Bram Adams
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).