I have stored a link to a shell command, which contains inverted commas "
, and I would like to export it to odt. For example, if I try to export the following link
[[shell:TDIR="/home/myusername/Templates/yyyy_mm-elsarticle"][make dir]]
into docx, when the output file is opened I get the following error message
Note how the highlighting of the opened link stops just before the second "
I am using org-mode 9.5.2 in emacs 28.1.
Update
FYI, I've found another use case where the export fails: a link to a docx with whitespaces in the filename that is inside of a table environment, i.e,
| [[file:/home/myusername/Templates/F225883 report.docx][report1]] |
I know that whitespaces is something to be avoided in linux, but as everyone knows non-linux users don't know/do this :-). I will try the proposed solutions and report back. Thanks!