apc
apc
Trying to install this package using straight. If I just eval a `use-package` call for it, e.g. ``` (use-package benchmark-init :demand) ``` I get `(wrong-number-of-arguments (3 . 4) 2)`. Here's...
Double asterisk at beginning of line replaces closing quote from previous line with double asterisk
## Expected behavior I'm not quite sure what to expect here, since I realize it's not clear how best to interpret '*' at the beginning of a line. So either:...
I'm using `ivy-bibtex`, which specifies a longish list of actions for the command `ivy-bibtex`. When I run `M-x ivy-bibtex` followed by `M-o`, the first few actions on the list aren't...
Emacs froze while I was navigating the minibuffer and I was left with this: ``` Explain-pause-mode: please report this bug by creating a Github issue at https://github.com/lastquestion/explain-pause-mode. Explain-pause-mode is now...
First: thanks for this fantastic package! Next: is there an easy way to have an option, when importing annotations, to include every annotation *except* for links? I was looking at...
# Description When calling `org-extract-subtree` on a heading, I keep getting SQL constraint warnings. I believe the cause of the problem is a call to `org-roam-db-update-file` before `save-buffer` in the...
I kept running into error messages when setting this up on my machine. The first was that certain packages were not available (`ipython`, `typopunct`...). Following the advice of [Constantin Manuel...
I'm using the `emacs-mac` port installed via Homebrew in macOS 10.14.4. (I installed it with the flag `--with-natural-title-bar`). I enabled the transparent title bar feature with ``` defaults write org.gnu.Emacs...
Setting `delete-by-moving-to-trash` to `t` keeps me from deleting files, but only in `org-directory`
Starting emacs with just this one-liner in `init.el` gives rise to some odd behavior with `dired` ``` (setq-default delete-by-moving-to-trash t) ``` If I then navigate with `dired` to `~/org`, I...