Jae Hee Lee
Jae Hee Lee
- In addition to adding `(alert-add-rule)` in my **.emacs** (or **Preferences.el**) file I had to change in function **alert-notifier-notify** in **alert.el** the string `"-sender" "org.gnu.Emacs"` to `"-sender" "org.gnu.Aquamacs"` This is...
By the way, if you use the emacs version from https://emacsformacosx.com/, then you might not be able to run the elisp function "executable-find" which is called in alert.el. You can...
The following hack has worked for me: ``` (use-package lsp-python-ms :init (setq lsp-python-ms-auto-install-server t) :hook ((python-mode . (lambda () (require 'lsp-python-ms) (lsp-deferred))) ;; This hack is necessary to make additional...
I can confirm that the problem is gone, but now I face a different problem, i.e., links in the org agenda clock table is not displayed properly as you can...
> Same here, it looks as if that temp buffer for rendering the table didn‘t have the org-mode enabled or so. For now, I‘ve deactivated the links as I hardly...
Never mind. I set `:link nil` for `org-agenda-clockreport-parameter-plist` and it worked.
Sure. I use [persp-projectile](https://github.com/bbatsov/persp-projectile) that creates a perspective/workspace for each opened projectile project. I usually have 2-3 projects opened (e.g., Python, LaTeX, Org) and switch between the corresponding perspectives. Switching...
Another solution for using QuickLook for Zotero 7 can be found here: https://github.com/mronkko/ZoteroQuickLook/issues/47
I think zoplicate can add a global option for automatically calling zotero-arxiv-workflow whenever there is an arxiv item and a published item that need to be merged. BTW great work,...
Hi @ChenglongMa, perhaps you can release a beta/pre-release version so that people can test it by themselves and give you feedback? Thanks.