You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was no option "http" that could be added to org-babel-load-languages if used M-x customize-variable.
worked fine with the elisp at the end of init:
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
(haskell . t)
(http . t)))
Emacs version: 26.3
The text was updated successfully, but these errors were encountered:
There was no option "http" that could be added to org-babel-load-languages if used M-x customize-variable.
worked fine with the elisp at the end of init:
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
(haskell . t)
(http . t)))
Emacs version: 26.3
The text was updated successfully, but these errors were encountered: