mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
Adding a note for a future enhancement.
* lisp/ob.el (org-babel-check-src-block): Adding a note for a future enhancement.
This commit is contained in:
parent
e73bca63cf
commit
f075ada9a1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user