Currently org-protocol-store-link assumes FNAME to be in the old-style. Changing the nil in line 467 of org-protocol.el to (listp fname) fixes the issue.
- [BUG] org-protocol-store-link does not account for argument ty... Thuna
Currently org-protocol-store-link assumes FNAME to be in the old-style. Changing the nil in line 467 of org-protocol.el to (listp fname) fixes the issue.