Titus von der Malsburg

Results 221 comments of Titus von der Malsburg

Hm, but when I start `org-roam-bibtex-edit-notes`, then abort (`C-c C-k`), and then run it again, I have the content of the template twice. Something must be left over. But there...

Got it. Luckily it's not a show-stopper in the current use case. Will continue to work on the migration script over the next couple of days.

Below is a script that worked for me. Definitely use at your own risk :) ``` elisp (seq-do (lambda (key) ;; First copy notes to kill ring. Then open org-roam...

Good luck with your submission! And congrats in advance. Got to get back to actual work as well. :)

I'm trying company-posframe, which, if I understand correctly, supersedes company-childframe, but it's behaving erratically. A proper fix would be fantastic and I think a lot of users would benefit from...

Thanks @dgutov. I ended up not using company because of these issue but will reconsider when I find some spare time.

The change in ae8721ca331a10a3ce3a8d86570108f11709381b breaks multiple things in helm-mu, which relies on `helm-pattern` storing the input for the last search (e.g., [here](https://github.com/emacs-helm/helm-mu/blob/master/helm-mu.el#L426), discussion [here](https://github.com/emacs-helm/helm-mu/issues/54)). We can work around this in...

> What is breaking exactly? The action for opening an e-mail (`helm-mu-display-email` uses the current `helm-pattern` to instruct mu4e to display the e-mail. Mu4e then opens a headers view for...

> I guess what you want is to reuse your last search as default for your > next helm-mu session isn't it ? Not exactly that but something similar: If...

Thank you, Thierry. Everything seems to work as intended now.