"Victor A. Stoichita" <[email protected]> writes: > I have a problem configuring org-protocol. (...) > I attach below my emacsclient.desktop (...) > Exec=sh -c "if [ -n \\"\\$*\\" ]; then exec /usr/local/bin/emacsclient > --alternate-editor= --reuse-frame \\"\\$@\\"; else exec emacsclient > --alternate-editor= --create-frame; fi" sh %F
Looks like you're missing the positional parameters \\"\\$@\\" in the else branch? Regards, Christian
