Skip to content

Executing org-open-at-point in a code block doesn't show the results in the new window #24

Description

@rodrigo-morales-1

The default behavior (i.e. as happens with other Org Babel implementations) of org-open-at-point when it is executed in a code block is to show the results in a newly created window. However, this behavior is not present with restclient code blocks.

I think this issue happens because of the implementation of org-open-at-point which only shows the results when it is enclosed within #+begin_example and #+end_example or when each line of the results are prefixed with :, but since ob-restclient encloses the results in #+BEGIN_SRC js and #+END_SRC js, org-open-at-point doesn't consider it as part of the result.

I'll post a thread in the mailing list and link it to this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions