diff --git a/org-babel.org b/org-babel.org index 7d1df7564..ce3d16f0e 100644 --- a/org-babel.org +++ b/org-babel.org @@ -200,7 +200,11 @@ would then be [[#sandbox][the sandbox]]. -* Tasks [28/44] +* Tasks [29/47] +** TODO make tangle files read-only? + With a file-local variable setting? +** TODO fold source blocks on #+srcname line? + I.e., as well as on #+begin_src line. ** TODO support for working with =*Org Edit Src Example*= buffers [2/4] *** TODO optionally evaluate header references when we switch to =*Org Edit Src*= buffer That seems to imply that the header references need to be evaluated @@ -1983,7 +1987,6 @@ for example #+resname: this-doesn't-match-orgtbl - ** TODO collapsing consecutive newlines in string output #+srcname: multi-line-string-output @@ -1998,7 +2001,6 @@ even a third" #+resname: multi-line-string-output - ** TODO cursor movement when evaluating source blocks E.g. the pie chart example. Despite the save-window-excursion in org-babel-execute:R. (I never learned how to do this properly: org-R @@ -2393,7 +2395,6 @@ ar.first.first - ** DONE space trailing language name fix regexp so it works when there's a space trailing the language name