emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Johan W. Klüwer" <johan.w.kluwer@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug: org-babel-script-escape misses a lonely double quote [8.2.10 (8.2.10-23-g1ec416-elpaplus @ c:/Users/jowik/.emacs.d/elpa/org-plus-contrib-20141208/)]
Date: Thu, 11 Dec 2014 02:07:13 +0100	[thread overview]
Message-ID: <CAC5XeFFAxtJL1xG-BkQQf9AsYDWuuyPsDVSgY+tyAFu92PAKdw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

I encountered a problem with unmatched double quotes in an org-babel
table of results. Seems like the issue lies with escaped double quotes:

  (org-babel-script-escape "[[\"a\", \"b\\\"\"]]")

  returns error >  Invalid read syntax: "] in a list".

Adding the following after line 41 of org-babel-script-escape appears to
fix the problem.

  (92 (if in-single ; \
         (append (list 92 34 out))
      (setq in-double (not in-double)) (cons 92 out)))

We now get

  (org-babel-script-escape "[[\"a\", \"b\\\"\"]]")
  (("a" "b\""))


Johan

[-- Attachment #2: Type: text/html, Size: 756 bytes --]

             reply	other threads:[~2014-12-11  1:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11  1:07 Johan W. Klüwer [this message]
2015-01-16 23:03 ` Bug: org-babel-script-escape misses a lonely double quote [8.2.10 (8.2.10-23-g1ec416-elpaplus @ c:/Users/jowik/.emacs.d/elpa/org-plus-contrib-20141208/)] Aaron Ecay
2015-01-23 19:51   ` Aaron Ecay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAC5XeFFAxtJL1xG-BkQQf9AsYDWuuyPsDVSgY+tyAFu92PAKdw@mail.gmail.com \
    --to=johan.w.kluwer@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).