Jonas Großekathöfer
Jonas Großekathöfer
Hm, like you say, the first two approaches seem to be most consistent with the current workflow and are, from my perspective, a bit more transparent. The first approach is...
Emacs version: > GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) `emacs -Q` > `package-install` "embark" > `M-x embark-act` > `M-x embark-cycle` > `C-g` > Split...
> Usually you would bind embark-act (and embark-dwim) to a key. I know, sorry. Should have said, that I stumbled across this issue in my normal [config](https://gitlab.com/grszkthfr/dotfiles/-/blob/master/emacs/.emacs.d/init.el#L197-L224), where I have...
I have the same problem with emacsclient. Although, I don't get the provided work around working with the modus themes. When I run emacs (not emacsclient) with same config it...
Not sure if this is known/intended, but: `fs::dir_ls("/path/to", glob = "*file*ext")` is not identical to `Sys.glob("/path/to/file*ext")`, as the first will find any file containing "file" (e.g. _tmpfile_01.ext_, _file_02.ext_, _file.ext_, ...)...
FYI: When I build the pacakges from source (instead of using binaries via https://github.com/eddelbuettel/r2u) everything runs as expected. Best Jonas
Removed, my mail program didn‘t handled that so well…
> Is that 'setq' all you have for this setup? Basically, yes. You can find the org-capture relevant denote part here: https://gitlab.com/grszkthfr/dotfiles/-/blob/master/emacs/README.org?plain=1#L563-574 It‘s taken from denotes documentation with a custom...
Hi Prot, I gave it a try and it seems that the problem is on my end and more general. While testing your change I noticed that the ID is...