Martin R. Albrecht
Martin R. Albrecht
Hi there, from the discussion it seems the culprit isn't quite L3 detection, or am I misreading this?
I think I'll leave the issue open, as this is too odd to ignore :)
Turns out setting `,(async-inject-variables "\\borg-babel.+" nil "^org-babel-jupyter")` also fixes nnicandro/emacs-jupyter/issues/294
On my end, it's better but not resolved. That is, Deft now loads but responding to a key press when searching takes about a second. From my - amateur! -...
FWIW this does the trick for me. ```elisp (defun deft-parse-summary (contents title) "Parse the file CONTENTS, given the TITLE, and extract a summary. The summary is a string extracted from...
I ran into the same problem, turns out the `md` backend wasn't enabled by default, so I did: ```emacs-lisp (use-package org :custom ((org-export-backends '(md odt latex icalendar html ascii)))) ```
I cannot reproduce it now either. Sorry for the noise!
Sorry, this is hamfisted but it at least shows there is some issue here (and I wasn't dreaming :)) ```emacs-lisp (package-initialize) (load "~/Downloads/testbed/helm-bibtex/bibtex-completion.el") (load "~/Downloads/testbed/helm-bibtex/helm-bibtex.el") ;; git clone https://github.com/cryptobib/export_crossref cryptobib...
- `FP_NR` does not compute with full precision throughout. I suspect the culprit is `set_mpfr` but even copying https://github.com/tkouya/mpna/blob/20f3d92049fb269c6354a49fae4f0e08d2f8c265/mpfr_dd_qd.h#L247 didn't resolve it - `dpe` seems to be broken - using...
Maybe you're missing `pkg-config`?