Re: [BUG] Recursive dependency when gnuplot added to org-babel-load-languages

2024-08-23 Thread Donald Hunter
I hit the same bug when running emacs/master (5e940a353e37) and bisected it to: commit 5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2 Author: Kyle Meyer Date: Sun Jun 9 13:06:28 2024 -0400 Update to Org 9.7.3 This is the org-mode commit that added (require 'ox-ascii) commit d38ca5923

Re: [BUG] Recursive dependency when gnuplot added to org-babel-load-languages

2024-08-22 Thread Ihor Radchenko
Donald Hunter writes: > I hit the same bug when running emacs/master (5e940a353e37) and bisected > it to: > ... > > To reproduce the issue, run emacs -q then eval: > > (custom-set-variables > '(org-babel-load-languages >'((gnuplot . t) (emacs-lisp . t > > and start org-mode. > > This fix

Re: [BUG] Recursive dependency when gnuplot added to org-babel-load-languages

2024-08-21 Thread Donald Hunter
I hit the same bug when running emacs/master (5e940a353e37) and bisected it to: commit 5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2 Author: Kyle Meyer Date: Sun Jun 9 13:06:28 2024 -0400 Update to Org 9.7.3 This is the org-mode commit that added (require 'ox-ascii) commit d38ca5923

[BUG] Recursive dependency when gnuplot added to org-babel-load-languages [9.1.13 (release_9.1.13-791-g842002 @ /home/hugh/git/org-mode/lisp/)]

2024-02-12 Thread hugh
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.