From: Jarmo Hurri <jarmo.hurri@iki.fi> To: emacs-orgmode@gnu.org Subject: Babel: parse error when output contains opening bracket Date: Thu, 25 Jun 2020 14:28:54 +0300 [thread overview] Message-ID: <87d05nidu1.fsf@iki.fi> (raw) Greetings. In the org file below, the first babel block will evaluate just fine, while the second will signal "End of file during parsing". The difference is the opening bracket "[" in output. I think am running the most recent stable version: Org mode version 9.3.7 (release_9.3.7-4-gba6ca7) Thanks for any ideas. Jarmo # --------------------------------------------------------------------------- * This will parse just fine #+name: OK #+begin_src java :exports results :classname OK :results output class OK { public static void main (String[] args) { System.out.println ("foo"); } } #+end_src #+RESULTS: OK : foo * This will generate a parse error when evaluated #+name: BAD #+begin_src java :exports results :classname BAD :results output class BAD { public static void main (String[] args) { System.out.println ("[foo"); } } #+end_src
next reply other threads:[~2020-06-25 11:31 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-25 11:28 Jarmo Hurri [this message] 2020-06-27 0:31 ` ian martins 2020-06-27 5:25 ` Jarmo Hurri 2020-06-27 10:29 ` ian martins 2020-06-28 5:55 ` Jarmo Hurri 2020-06-28 12:49 ` ian martins 2020-06-30 4:13 ` Jarmo Hurri 2020-06-30 10:27 ` ian martins 2020-09-06 9:56 ` Bastien 2020-09-08 21:53 ` ian martins 2020-09-09 8:02 ` Bastien 2020-09-06 9:51 ` Bastien
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=87d05nidu1.fsf@iki.fi \ --to=jarmo.hurri@iki.fi \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Babel: parse error when output contains opening bracket' \ /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
Code repositories for project(s) associated with this 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).