소스 검색

Adding a note for a future enhancement.

* lisp/ob.el (org-babel-check-src-block): Adding a note for a future
  enhancement.
Eric Schulte 13 년 전
부모
커밋
f075ada9a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/ob.el

+ 1 - 0
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)