emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Radio Targets and double quotes
@ 2015-05-28 17:52 thomas
  2015-05-28 23:08 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: thomas @ 2015-05-28 17:52 UTC (permalink / raw)
  To: Org Mode

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) "Æ\bÇ\"ƒ\v

(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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-29 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 17:52 [BUG] Radio Targets and double quotes thomas
2015-05-28 23:08 ` Nicolas Goaziou
2015-05-29  6:22   ` thomas
2015-05-29  7:31     ` Nicolas Goaziou
2015-05-29 16:06       ` thomas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).