Puneeth Chaganti
Puneeth Chaganti
@roblem Thank you for filing your report, with your config and an example post. But, it looks like the config you posted is incomplete. Please share the full `init.el` file...
I will try reproducing the issue with your config, Thanks. But to begin with can you try fixing these requires? The backtick needs to be a single-quote. ```elisp (require `ob-ipython)...
Have you updated `emacs` or `org-mode` meanwhile? What are the versions you are using currently, so I can try to reproduce?
You will need to have ox-html (which IIRC is only available in org-mode >= v8.x).
Both those problems look like different problems. Can you try commenting out the snippet to load conf.el and see if things work? ``` ;; ;; Load additional configuration from conf.el...
@shelper is this still a problem? Does emacs start for you without errors when using the plugin's `init.el`? Try running the following, and get back with the errors, if any....
Just listing down other problematic names: `rest_microdata` -- `microdata` `rest_forms` -- `forms` `local_search` -- `localsearch` `render_mustache` -- `mustache` `render_subindexes` -- `subindexes` `tx3TagCloud` -- `tx3_tag_cloud` `wordpress` -- `wordpress_compiler`
Looks like we've been having more degraded service again...  https://status.ocaml.ci.dev/d/i1DyPsAGz/opam-repo-ci?orgId=1&refresh=5s&from=1720409462001&to=1720431062001
Link to the [installability check code](https://github.com/ocaml-opam/Camelus/blob/c5a4511cfab48aece11a3f7229e23d4eccde7dc6/camelus_lib.ml#L962-L1020) from Camelus
We're starting to see base image build failures with newer OS's (using GCC 14) with OCaml < 4.08. See https://github.com/ocurrent/docker-base-images/issues/279 `opam-repo-ci` runs the tests on Debian 12 with GCC 12,...