0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 15:02:53 +00:00

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

This commit is contained in:
Dan Davison 2009-09-03 11:48:13 -04:00
parent 37e152f61d
commit 39ff14ab40

View file

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