* [BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]
@ 2024-07-30 21:09 Dr. Arne Babenhauserheide
2024-08-04 18:09 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-07-30 21:09 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
With (gnuplot .t) in
'(org-babel-load-languages
'((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css)
(ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t)
(haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp)
(matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl)
(picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala)
(scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
in my custom-set-variables I get the startup error:
Recursive ‘require’ for feature ‘ox’
Best wishes,
Arne
Emacs : GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
Package: Org mode version 9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]
2024-07-30 21:09 [BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)] Dr. Arne Babenhauserheide
@ 2024-08-04 18:09 ` Ihor Radchenko
2024-09-09 16:30 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2024-08-04 18:09 UTC (permalink / raw)
To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode
"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:
> With (gnuplot .t) in
> '(org-babel-load-languages
> '((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css)
> (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t)
> (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp)
> (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl)
> (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala)
> (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
> in my custom-set-variables I get the startup error:
>
> Recursive ‘require’ for feature ‘ox’
May you please provide steps to reproduce starting from emacs -Q?
--
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] 3+ messages in thread
* Re: [BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]
2024-08-04 18:09 ` Ihor Radchenko
@ 2024-09-09 16:30 ` Ihor Radchenko
0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2024-09-09 16:30 UTC (permalink / raw)
To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode
Ihor Radchenko <yantar92@posteo.net> writes:
> "Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:
>
>> With (gnuplot .t) in
>> '(org-babel-load-languages
>> '((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css)
>> (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t)
>> (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp)
>> (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl)
>> (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala)
>> (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
>> in my custom-set-variables I get the startup error:
>>
>> Recursive ‘require’ for feature ‘ox’
Fixed.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8fd6cc9020d58fa590910cfb598419b80e6d1573
--
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] 3+ messages in thread
end of thread, other threads:[~2024-09-09 16:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 21:09 [BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)] Dr. Arne Babenhauserheide
2024-08-04 18:09 ` Ihor Radchenko
2024-09-09 16:30 ` Ihor Radchenko
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).