You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a good idea to wrap the output, especially in cases where it comprises multiple tables, in a results block like this:
#+begin_results
...
#+end_results
This makes it easy to collapse or expand all tables in one go, and ensures replacing existing results with newer ones will work correctly.
Although this can be done manually using header arguments, e.g. by specifying :wrap results (or even just :wrap) on the src block itself, it seems like a very desirable thing to do by default, from a UX standpoint.
The text was updated successfully, but these errors were encountered:
It seems like a good idea to wrap the output, especially in cases where it comprises multiple tables, in a
results
block like this:This makes it easy to collapse or expand all tables in one go, and ensures replacing existing results with newer ones will work correctly.
Although this can be done manually using header arguments, e.g. by specifying
:wrap results
(or even just:wrap
) on the src block itself, it seems like a very desirable thing to do by default, from a UX standpoint.The text was updated successfully, but these errors were encountered: