fleimgruber

Results 167 comments of fleimgruber

Thanks for checking back, has been a while. > This is STR because one can specify a comma-separated list of column indices. This should be mentioned in the docs then?...

Thanks for your thoughts. I loaded it manually for now.

I see. In that case I guess the best thing to do is whatever makes your development easier/faster. Solved for me, feel free to close.

To be clear, the performance hit in my OP in #398 was _decreased_ by your fix. This issue is about the remaining performance hit. Sorry for not being clear and...

I see the described behavior when inserting newlines with `RET` (org-open-at-point). If I use `C-j` (org-return-and-maybe-indent) instead I do not see the mentioned delay. Something to do with hooks maybe?...

Thanks for your inputs! I am using helm for completion so maybe we can find a generic solution that works on `completion-at-point` level and is agnostic of completion selection backend?

> Actually, you can change the above from 'consult-completion-in-region to 'completion-in-region, and it will work with whichever backend it uses. Thanks for the hint, that works indeed. > Did you...

Please see https://github.com/dzop/emacs-jupyter/issues/200#issuecomment-554334900. You need `jupyter` installed and on Emacs `exec-path`. Then install the IHaskel kernel as described in the [docs](https://github.com/gibiansky/IHaskell).

@abradd are you still using your approach mentioned in https://github.com/nnicandro/emacs-jupyter/issues/105#issuecomment-489273032? I was trying out your approach, but always get something like this ``` #+RESULTS: [[file:filepath]] #+begin_org #+name: name #+caption: caption...