We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#+begin_example
#+end_example
This only happens the very first time I execute a restclient src block. All subsequent times work as expected.
Additionally if I enable edebug or tracing on org-babel-execute:restclient it does not add the example tags so I can't debug the issue.
org-babel-execute:restclient
I see this was also briefly alluded to in #19 .
#+begin_src restclient GET https://pokeapi.co/api/v2/pokemon/ditto #+end_src
Results in:
#+RESULTS: #+begin_example ,#+BEGIN_SRC js { ... } // Headers... ,#+END_SRC #+end_example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This only happens the very first time I execute a restclient src block. All subsequent times work as expected.
Additionally if I enable edebug or tracing on
org-babel-execute:restclient
it does not add the example tags so I can't debug the issue.I see this was also briefly alluded to in #19 .
Reproduce
Results in:
The text was updated successfully, but these errors were encountered: