help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling Emacs client with only the Org-capture window


From: Gregor Zattler
Subject: Re: Calling Emacs client with only the Org-capture window
Date: Mon, 29 Jul 2024 16:29:54 +0200

Hi Sébastien, emacs users, 
* Sébastien Gendre <seb@k-7.ch> [2024-07-29; 15:37 +02]:
> Hello, thank you very much. I will take a look soon.
>
> With display-buffer-alist, can I modify the behavior of org-capture only
> when I call it with my desktop shortcut ? Because when I call it from
> Emacs, I want to keep the same behavior as the default one.

you can use a non-default name for the
frame and match on this.

Till now I use the default name:

${EMACSCLIENT}  -s ${EMACS_SERVER_NAME:-default} --alternate-editor ''  -F 
'((name . "*Capture*") (background-color . "lemon chiffon") (alpha-background . 
100) )' -c  --eval '(org-capture)'

since so far I didn't grok how to use
display-buffer-alist.


Ciao; Gregor 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]