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
In org code blocks, using the header option :results drawer puts the result of executing the code block into a results drawer, which is very convenient for exporting to PDF, HTML, etc. I like to be able to see these drawers while I'm editing, so I have the command
#+STARTUP: showeverything
at the top of the file. This shows drawers (as well as everything else). However, the moment I run xenops-mode, this setting no longer works; results drawers are always hidden until I select them and press TAB, which makes debugging code a lot less convenient. It would be a lot better if xenops could leave a file's visibility settings alone.
Thanks.
Richard Stanton
The text was updated successfully, but these errors were encountered:
In org code blocks, using the header option
:results drawer
puts the result of executing the code block into a results drawer, which is very convenient for exporting to PDF, HTML, etc. I like to be able to see these drawers while I'm editing, so I have the command#+STARTUP: showeverything
at the top of the file. This shows drawers (as well as everything else). However, the moment I run
xenops-mode
, this setting no longer works; results drawers are always hidden until I select them and press TAB, which makes debugging code a lot less convenient. It would be a lot better if xenops could leave a file's visibility settings alone.Thanks.
Richard Stanton
The text was updated successfully, but these errors were encountered: