You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure there is a better solution than what you posted to be found - I believe the extension itself should send the data to emacs unmodified since various users could have different templates (i.e. the templates in the readme should be viewed as a starting point for further modification). I guess the original org link format was not designed to have links with square brackets in their descriptions.
I'll add your solution to the readme - in the future, feel free to create the PR :-)
Thank you for this great extension, it worked out of the box with my config (Debian distro).
I just had some problems with ArXiv.org links (https://arxiv.org/abs/1606.04838 for instance), because page tile:
contains [, ] brackets.
Using the org-capture-template:
returns broken org-mode link.
I used a function to convert [, ] char into (, ) to fix this:
but I think that there is certainly better/more elegant fix.
Maybe it would be interesting to mention this potential problem in the doc (ArXiv is a widely used site)
Best,
Vincent
The text was updated successfully, but these errors were encountered: