ob-core: allow auto-denial of source block evaluation
commit4f7d514f13df118a8a81d2049db7c949a83f3177
authorAchim Gratz <Stromeko@Stromeko.DE>
Sat, 9 Mar 2013 21:22:49 +0000 (9 22:22 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sat, 9 Mar 2013 22:09:15 +0000 (9 23:09 +0100)
treec85c09f6459cea055b9838b6b410cae4bc74bd8b
parentd7758f565cda072b416fec9ff6d0a4b4b48485a0
ob-core: allow auto-denial of source block evaluation

* lisp/ob-core.el (org-babel-confirm-evaluate-answer-no): Dynamically
  scoped variable, if bound non-nil the confirmation dialog will not
  be initiated and denial of evaluation is assumed.

  The new variable `org-babel-confirm-evaluate-answer-no´ can be bound
  to suppress the user interaction as is needed for async export, as
  discussed in http://thread.gmane.org/gmane.emacs.orgmode/67719
lisp/ob-core.el