emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Patch: strip (unneeded) quotes from singular value results


From: Mike Ivanov
Subject: [O] Patch: strip (unneeded) quotes from singular value results
Date: Sat, 07 Sep 2019 11:26:55 -0700
User-agent: Evolution 3.32.1-2

Hi there,

Here's a TINYCHANGE patch that fixes an issue in ob-lisp.el.

Before:

#+BEGIN_SRC lisp :results file
"plot.png"
#+END_SRC

#+RESULTS:
[[file:"plot.png"]]  <-- which is wrong

After:

#+BEGIN_SRC lisp :results file
"plot.png"
#+END_SRC

#+RESULTS:
[[file:plot.png]]


Mike

Attachment: 0001-ob-lisp.el-Strip-quotes-from-result-value.patch
Description: Text Data


reply via email to

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