emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ob-groovy.el must be hand-loaded?
@ 2022-12-21 16:42 Galaxy Being
  2022-12-22 15:24 ` Palak Mathur
  2022-12-27 14:37 ` Ihor Radchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Galaxy Being @ 2022-12-21 16:42 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

Don't know why, but in my "spare time" I snoop around Babel. So I've
revisited Groovy in Babel and have found a bizarre situation where, yes,
there appears an ob-groovy.el in my ~/.emacs.d/elpa/org-9.6/ , but I have
to do a specific load-file to get it seen and functioning. And no, it's not
because of a naming issue in my

 (org-babel-do-load-languages
     (quote org-babel-load-languages)
     (quote ((emacs-lisp . t)
                  (groovy . t)
                   ...
                  )))

form. I've renamed it apache-groovy and it errored out specifically not
finding ob-groovy.el. But again, if I don't specifically load the org-9.6
ob-groovy.el, I get "can't find program groovy" upon block C-c C-c.

-- 
⨽
Lawrence Bottorff
Grand Marais, MN, USA
borgauf@gmail.com

[-- Attachment #2: Type: text/html, Size: 1188 bytes --]

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

* Re: ob-groovy.el must be hand-loaded?
  2022-12-21 16:42 ob-groovy.el must be hand-loaded? Galaxy Being
@ 2022-12-22 15:24 ` Palak Mathur
  2022-12-27 14:37 ` Ihor Radchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Palak Mathur @ 2022-12-22 15:24 UTC (permalink / raw)
  To: Galaxy Being; +Cc: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/html, Size: 1919 bytes --]

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

* Re: ob-groovy.el must be hand-loaded?
  2022-12-21 16:42 ob-groovy.el must be hand-loaded? Galaxy Being
  2022-12-22 15:24 ` Palak Mathur
@ 2022-12-27 14:37 ` Ihor Radchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2022-12-27 14:37 UTC (permalink / raw)
  To: Galaxy Being; +Cc: emacs-orgmode Mailinglist

Galaxy Being <borgauf@gmail.com> writes:

> form. I've renamed it apache-groovy and it errored out specifically not
> finding ob-groovy.el. But again, if I don't specifically load the org-9.6
> ob-groovy.el, I get "can't find program groovy" upon block C-c C-c.

This error sounds like ob-groovy has been loaded (you can check it via
M-: (featurep 'ob-groovy) ), but you are missing executable in the path.

You may want to customize `org-babel-groovy-command'.

-- 
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:[~2022-12-27 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 16:42 ob-groovy.el must be hand-loaded? Galaxy Being
2022-12-22 15:24 ` Palak Mathur
2022-12-27 14:37 ` 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).