Rakhim Davletkaliyev
Rakhim Davletkaliyev
Try putting `(global-set-key "\C-ca" 'org-agenda)` in a scratch buffer, placing the cursor at the end of the line and pressing `C-x C-e` (evaluate last sexp).
Now try to invoke that key combination (or hit `C-h k C-c a` again).
Just to be clear, it says something like: ``` C-c a runs the command org-agenda (found in global-map), which is an interactive autoloaded Lisp function in ‘org-agenda.el’. .... ``` ?
Alright, so it seems like `private.el` is not loaded correctly. Are there any error messages in the minibuffer when Emacs loads?
Let's try something. Open `init.el` and find this section: ``` (use-package exec-path-from-shell :ensure t) ``` Replace it with this: ``` (use-package exec-path-from-shell :ensure t :config (setq explicit-shell-file-name "/usr/bin/env bash")) ```...
I think the problem originates with conda or some other Python package on your machine. [This](https://github.com/conda/conda/issues/8284) is probably related. The package `exec-path-from-shell` cannot handle the fact that the environment yields...
Good idea, I'm on it.
This makes perfect sense and seems like an elegant solution.
Hmm... To be honest, I think this is getting a bit too complicated, as to seemingly defeat the purpose of underblog. I believe prev/next links should not take categories into...
Another comment from IQM side — in addition to what @kukushechkin said above, we also plan, in near future, to incorporate fidelity data into quantum architecture, explicitly list gate implementations,...