emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to export strings froom options to JS variables?
@ 2014-12-06  2:09 Marcin Borkowski
  2014-12-06  8:07 ` Sebastien Vauban
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Borkowski @ 2014-12-06  2:09 UTC (permalink / raw)
  To: Org-Mode mailing list

Hi all,

I have this near the beginning my Org file:

#+ATTR_COOL: How cool is that!

I want it to be exported to something like

<script>var how_cool = 'How cool is that!'

There is a problem, hovever, what happens if some clever kid exploited
it, putting things like apostrophes into the string:

#+ATTR_COOL: It's nice!

which gets exported to

<script>var how_cool = 'It's nice!</script>

and hilarity ensues.

So, my question is: how to solve this problem?
TIA

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University

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

end of thread, other threads:[~2014-12-06  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06  2:09 How to export strings froom options to JS variables? Marcin Borkowski
2014-12-06  8:07 ` Sebastien Vauban
2014-12-06  9:50   ` Marcin Borkowski

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).