all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] Some Org mode files require org-macs.el more than once
@ 2023-05-15 14:08 Niall Dooley
  2023-05-15 14:17 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Niall Dooley @ 2023-05-15 14:08 UTC (permalink / raw)
  To: emacs-orgmode

Reviewing some Org files I noted the following files require org-macs.el more
than once:

- ob.el
- ob-python.el
- org-fold.el

There are likely others too.

The additional require seems redundant to my ignorant self.  I appreciate this
should cause no issue but is there a reason why such lines are duplicated?
I've indicated this as a BUG in the subject line so forgive me if that is an
inaccurate characterisation.

Regards,

doolio


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

* Re: [BUG] Some Org mode files require org-macs.el more than once
  2023-05-15 14:08 [BUG] Some Org mode files require org-macs.el more than once Niall Dooley
@ 2023-05-15 14:17 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-05-15 14:17 UTC (permalink / raw)
  To: Niall Dooley; +Cc: emacs-orgmode

Niall Dooley <dooleyn@gmail.com> writes:

> Reviewing some Org files I noted the following files require org-macs.el more
> than once:
> ...
> The additional require seems redundant to my ignorant self.  I appreciate this
> should cause no issue but is there a reason why such lines are
> duplicated?

To emphasize that

(require 'org-macs)
(org-assert-version)

should always go together.

Canceled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

end of thread, other threads:[~2023-05-15 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 14:08 [BUG] Some Org mode files require org-macs.el more than once Niall Dooley
2023-05-15 14:17 ` Ihor Radchenko

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.