From f075ada9a1690c7d5365a2be76fe01838a28de15 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 15 Sep 2011 09:11:12 -0600 Subject: [PATCH] Adding a note for a future enhancement. * lisp/ob.el (org-babel-check-src-block): Adding a note for a future enhancement. --- lisp/ob.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob.el b/lisp/ob.el index db8b50a6f..88b3a0a61 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -550,6 +550,7 @@ arguments and pop open the results in a preview buffer." (interactive) ;; TODO: report malformed code block ;; TODO: report incompatible combinations of header arguments + ;; TODO: report uninitialized variables (let ((too-close 2)) ;; <- control closeness to report potential match (dolist (header (mapcar (lambda (arg) (substring (symbol-name (car arg)) 1)) (and (org-babel-where-is-src-block-head) -- 2.11.4.GIT