taurgal
taurgal
The asset file `test/assets/test.js` for the test `test/config-third-party-extensions.js` is missing a backslash. Indeed the file is ``` MathJax.Hub.Register.StartupHook("TeX Jax Ready", function () { MathJax.InputJax.TeX.Definitions.Add({ macros: { test: ["Macro", "\text{This is...
The two lines below are missing in revelation.init: ``` revelation.fg = args.fg or revelation.fg revelation.bg = args.bg or revelation.bg ```
UIDs in vcards should be mapped to IDs in org headings, that is the following should be the default: ``` (setq org-vcard-styles-languages-mappings '(("flat" (("en" (("4.0" (("ADDRESS" . "ADR") ("ADDRESS_HOME" ....
In `jupyter-kernel-process.el` function `jupyter--start-kernel-process` checks the connection file `conn-file` 's atime to avoid bugs where jupyter starts kernels using the same port in a loop. Obviously this does not work...