emacs/var/elfeed/db/data/20/20012aaad2e74674bdf614f70032fd532a982795
2022-01-03 12:49:32 -06:00

1 line
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- SC_OFF --><div class="md"><p>Is is possible to change the behavior of the results header argument for the whole document?</p> <p>Like adding <code>:results verbatim</code> and <code>:export both</code> in </p> <p>```</p> <h1>+begin_src sh :results verbatim :export both</h1> <p>ls -l</p> <h1>+end_src</h1> <p>```</p> <p>I&#39;ve tried adding it the document header like so:</p> <p>```</p> <h1>+OPTIONS: :results verbatim</h1> <p>```</p> <p>and </p> <p>```</p> <h1>+PROPERTY: :results verbatim</h1> <p>```</p> <p>-- edit - solution</p> <p>```</p> <h1>+PROPERTY: header-args:sh :results verbatim :exports both</h1> <p>```</p> <p>Also found it in the <a href="https://orgmode.org/manual/Using-Header-Arguments.html">manual</a> under the section <em>Header arguments in Org mode properties</em></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/TekDevelop"> /u/TekDevelop </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qzgold/change_src_block_results_for_the_whole_document/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qzgold/change_src_block_results_for_the_whole_document/">[comments]</a></span>