From 82102085fc1cb6795225f6938d34590f4f0df5a8 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 3 Sep 2009 11:48:13 -0400 Subject: [PATCH] Notes on C-x s bug with new org-src-mode patch --- org-babel.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/org-babel.org b/org-babel.org index 0c33b3060..b1fcc977d 100644 --- a/org-babel.org +++ b/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