Ilya Konovalov

Results 15 comments of Ilya Konovalov

This way it's blazing fast.

Now that I have found those preferences I no longer actually need this fix. But to make a "force new window" the biggest problem I see is what name it...

As a workaround the following does help: ```elisp (advice-add 'org-roam-capture-find-or-create-olp :filter-args (lambda (args) (list (mapcar (lambda (heading) (org-roam-capture--fill-template heading t)) (car args))))) ```

Just call `messageLoop.cancel()`

Is there any guide to set up a workaround properly? When I launch pianobar I sometimes get 403 errors for everything until I stop and restart it. It takes 3...

Just got this on org-20200525, org-brain-20200625.2050, GNU Emacs 26.3.

Checked it and `org-set-tags-command` works properly (that is - it adds to the headline regardless of where in the entry I'm editing) and is not remapped to anything.

Looks like it's caused by some other packages I'm using since it doesn't happen with "just emacs with org and org-brain". It appears that removing evil-mode fixes the problem.

My commit 03e3f62d30c4472ead6b64ef32e2615de1c76fbf should fix this. Could you check again if it still happens on 0.8.1?

Current code assumes that there is always a function name available (there even was a comment saying that this should never happen) -- which is not the case when using...