New proposed tasks: make tangled files read-only, and fold source blocks on #+srcname line

This commit is contained in:
Dan Davison 2009-07-16 12:16:16 -04:00
parent c6b628d3ad
commit e49db4f3e6
1 changed files with 5 additions and 4 deletions

View File

@ -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