Michael-David Fiszer
Michael-David Fiszer
A few small adaptations: - might be worth indicating in the instructions that coreutils need to be installed - probably need to use "file -bI" instead of "file -bi" (in...
Hi! This is a fantastic project! Does this work with Google colab as well?
I often find myself using `lpy` with a Python process already running. Using `lpy` indirectly uses `le-python.el` and I often find it spawning a new Python process (`lispy-python-default`). I made...
1==1 ---> True printed in minibuffer a =1 ---> Crashes shell I get NameError: name ’lp’ is not defined and then the shell becomes read-only
This would involve setting `reply-to` to nil in `org-msg-post-setup` if the the no citation option is on (and even if `org-msg-posting-style` is `'top-posting`). Very specific use-case - when replying to...
I would expect `(add-hook 'mu4e-headers-found-hook 'mu4e-headers-fold-all)` to automatically fold threads after any query (for some reason setting the default mode to `'folded` doesn't apply. For some reason threads are all...
When I fold an unfolded thread, I would expect the point to remain on the thread (at the root, which is now the only visible message). Yet this is not...
On a folded thread, in some cases mu4e-headers-next just moves the point on the same line rather than moving to the next message that appears in the *headers* view
For instance, when writing a date "XX-YY-ZZ" spaces will be added after typing '-', which is unexpected since Python formatting rules do not apply to the string itself.
This is a feature request. For instance, ``` # #+begin_example # => ... # #+end_example ``` which would allow outorg to export the results in html or other formats nicely....