emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG] Radio Targets and double quotes


From: thomas
Subject: [O] [BUG] Radio Targets and double quotes
Date: Thu, 28 May 2015 19:52:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

Hi All,

a radio target reference followed by another radio target in double quotes breaks html-export.
The following minimal throws an error:

===============================

Keyword1 "keyword2"

<<<Keyword1>>>

<<<keyword2>>>

===============================

Error Message:

org-export-activate-smart-quotes: Wrong number of arguments: #[(q type) "ÆÇ\"ƒ

(after that comes a number of weird symbols that I cannot even copy into the email...)

Removing the quotes around "keyword2" fixes the problem:

===============================

Keyword1 keyword2

<<<Keyword1>>>

<<<keyword2>>>

===============================

What also works is to add another word between Keyword1 and "keyword2":

===============================

Keyword1 and "keyword2"

<<<Keyword1>>>

<<<keyword2>>>

===============================

Thanks,
thomas



reply via email to

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