Browse Source

Notes on C-x s bug with new org-src-mode patch

Dan Davison 16 years ago
parent
commit
82102085fc
1 changed files with 6 additions and 1 deletions
  1. 6 1
      org-babel.org

+ 6 - 1
org-babel.org

@@ -218,7 +218,7 @@ would then be [[#sandbox][the sandbox]].
 #+end_src
 
   
-* Tasks [47/64]
+* Tasks [47/65]
 ** STARTED share org-babel [1/6]
 how should we share org-babel?
 *** DONE post to org-mode
@@ -523,6 +523,11 @@ buffer had no associated filename. So this is a problem which needs
 addressing. Maybe defadvice could be used on ess functions where
 necessary to make org/org-babel play nicely with ess?
 
+**** TODO C-x s steals focus
+     With two modified edit buffers open, make one of them the current
+     buffer and issue C-x s. It will offer to save both of them, but
+     the second one to be saved will become the current buffer at the
+     end.
 *** DONE name edit buffer according to #+srcname (and language?)
     See above patch agains org.
 *** DONE optionally evaluate header references when we switch to =*Org Edit Src*= buffer