Closed eginhard closed 4 years ago
Previously, values to :exports had to be strings. This change adds support for Lisp expressions, which allows to differentiate between backends like this:
:exports
#+BEGIN_SRC jupyter-python :exports (if (eq 'latex org-export-current-backend) "none" "code")
Let me know if there is a better way to do this, I'm new to Lisp.
looks good, thanks!
Previously, values to
:exports
had to be strings. This change adds support for Lisp expressions, which allows to differentiate between backends like this:Let me know if there is a better way to do this, I'm new to Lisp.