Ken Mankoff

Results 92 comments of Ken Mankoff

I just added `(add-to-list 'load-path "~/.emacs.d/elpa/org-20170210")` to the `DEBUG.el` (and load it before `(require 'org)`) and it works on my system. Latest calfw and Org from elpa.

Maybe you can use the website icons? That would be platform agnostic. Or some 3rd party site like: https://erikflowers.github.io/weather-icons/

Just to confirm that I can reliably reproduce this. Evaluate buffer with error. An example is: ```org #+BEGIN_SRC jupyter-python :exports both import numpy as np import xarray as xr import...

@ed9w2in6 I'm running latest org from git and updated yesterday. I cannot recreate this bug today. The git log has a lot of entries on `org-element` and the cache. Can...

> @ed9w2in6 I'm running latest org from git and updated yesterday. I cannot recreate this bug today. The git log has a lot of entries on `org-element` and the cache....

I [posted about this issue on the Org list](https://list.orgmode.org/87wmv9bn4q.fsf@localhost/T/#t) in case it is related to `org-cache`. Their suggestion: > This is most likely a problem with emacs-jupyter. It does something...

> @mankoff The symptoms that you just described are exactly the same as mine. > Do you see the `org-element--cache` warning messages? Yes, I get the same cache warning. I...

Hi @yantar92 - thanks for following up here. It does appear that we may be discussing two different problems in this GitHub issue. The error in the latter (more recent...

I was unable to reproduce with my config yesterday either :). But I was today. Same config! :(.

``` (add-hook 'jupyter-repl-mode-hook (lambda () (bind-key "C-n" #'jupyter-repl-history-next jupyter-repl-mode-map))) (add-hook 'jupyter-repl-mode-hook (lambda () (bind-key "C-p" #'jupyter-repl-history-previous jupyter-repl-mode-map))) ``` Does this help?