Is is possible to change the behavior of the ‘results’ header argument for the whole document?

Like adding :results verbatim and :export both in

```

+begin_src sh :results verbatim :export both

ls -l

+end_src

```

I've tried adding it the document header like so:

```

+OPTIONS: :results verbatim

```

and

```

+PROPERTY: :results verbatim

```

-- edit - solution

```

+PROPERTY: header-args:sh :results verbatim :exports both

```

Also found it in the manual under the section Header arguments in Org mode properties

submitted by /u/TekDevelop
[link] [comments]