Browse Source

ob-core: Register :file-ext as allowed header argument

* lisp/ob-core.el (org-babel-common-header-args-w-values):
  Allow :file-ext.

Reported-by: Rainer M Krug <Rainer@krugs.de>
<http://permalink.gmane.org/gmane.emacs.orgmode/97786>
Nicolas Goaziou 10 years ago
parent
commit
275bb10d76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-core.el

+ 1 - 0
lisp/ob-core.el

@@ -459,6 +459,7 @@ then run `org-babel-switch-to-session'."
     (epilogue   . :any)
     (file	. :any)
     (file-desc  . :any)
+    (file-ext   . :any)
     (hlines	. ((no yes)))
     (mkdirp	. ((yes no)))
     (no-expand)