Ulrich Wortmann
Ulrich Wortmann
It works with emacs 27.2. With emacs 28.0.60 I get lot's of deprecation warnings on startup, and the following error: Error (use-package): scimax-org-babel-ipython-upstream/:catch: Wrong type argument: char-or-string-p, ("Execute" ["Current block"...
yea, that looks like the same thing. For now, I will fall back to 27.2 but will try with 29, and check if the error persists. On Fri, Nov 19,...
I don't think so. Syncing stopped working and was unable to get it going again On Wed, Feb 17, 2021 at 5:11 AM Amir Dekel wrote: > A quick solution...
here is an updated python version
describe-face results in the following: ``` Face: org-level-2 (sample) (customize this face) Documentation: Face used for level 2 headlines. Defined in ‘org-faces.el’. Family: unspecified Foundry: unspecified Width: unspecified Height: 1.0...
oh I see, the code uses `inherit` . I thought that by providing `regular` explicitly, it would overwrite any previous definition.
it is possible that this not related to CSS. If you look at a d2 svg file in inkscape, it is evident that there are many svg elements that are...
Is there a way to make nb-links compatible with https://github.com/nobiot/org-transclusion? nb-links only have the information relative to the project root, so one cannot plug into the code that is used...
OK, just for my understanding, how does emacs resolve a link like `nb:esbmtk::esbmtk/esbmtk.py::c1` to the actual location in the filesystem (i.e., `~python/esbmtk/esbmtk.py`) ?
I saw this function in the docs, but if I run this outside of a project it claims that `nb:esbmtk` is not a known project. Yet, if click on the...