Protesilaos Stavrou
Protesilaos Stavrou
The backlinks buffer is more flexible now, though I have not checked if it can do what you had originally described here. If do have time to check, please let...
Hello @juh2! I am not familiar with the requirements and cannot help you with this. Maybe someone who has used org-roam in earnest can comment here.
I am closing this folks, because I am not familiar with the requirements of such a conversion.
> From: rj ***@***.***> > Date: Fri, 1 Dec 2023 22:17:58 -0800 > > Hi Prot, Hello there! > I just noticed that if I try to org-store-link, it always...
In the upcoming version of Denote it will be possible to link to headings as well. Video demo:
The idea for this PR is to then be able to customise the themes accordingly (`modus-themes` and `ef-themes`). Here is the diff for Modus: ```diff modus-themes.el | 7 +++++++ 1...
> From: Bastian Bechtold ***@***.***> > Date: Sun, 10 Dec 2023 07:48:05 -0800 > > Hi @protesilaos, > > are you sure about the archive? The index should include full...
Just to note that I have experienced this issue. Defining this works as intended: ``` super + n ; f ; {l,s,p} bspc node -g {locked,sticky,private} ``` But the following...
> From: "Philipp G. Haselwarter" ***@***.***> > Date: Thu, 26 Oct 2023 01:21:30 -0700 > > No issue, I just wanted to say thank you for creating these beautiful >...
Maybe this is enough? ```elisp (custom-set-faces '(mode-line ((t :box (:line-width 1 :style released-button))))) ```