emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] interaction of =org-export-babel-evaluate= and =results output= coun


From: George Jones
Subject: [O] interaction of =org-export-babel-evaluate= and =results output= counter-intuitive
Date: Tue, 15 Aug 2017 08:25:25 -0400

  __________________________________________________

    INTERACTION OF `ORG-EXPORT-BABEL-EVALUATE' AND
  `RESULTS OUTPUT' COUNTER-INTUITIVE

     George Jones
  __________________________________________________


<2017-08-15 Tue 08:23>


I want to define code blocks that export only results, and are not
automatically executed on export. To get this behavior, I have to

- `setq org-export-babel-evaluate t)'

and use both

,----
| :eval never-export
| :results output
`----

Which seems a little counter-intuitive.  The problem is that headers
(includiing `:results output') are ignored when
`org-export-babel-evaluate' is set.

Perhaps this headers (at least) should be honored when
`org-export-babel-evaluate' is set?

Is there a way to make `eval never-export' the default?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]