Re: [Orgmode] We need to widen before closing edit buffers

2010-02-09 Thread Carsten Dominik
Hi Dan, Yes, please check this in. Thanks. - Carsten On Feb 9, 2010, at 8:19 PM, Dan Davison wrote: At the moment, if we use narrowing in source code edit buffers, then we need to be very careful that we widen before exiting with C-c '. So shall we change org-src as below? Dan diff --git

[Orgmode] We need to widen before closing edit buffers

2010-02-09 Thread Dan Davison
At the moment, if we use narrowing in source code edit buffers, then we need to be very careful that we widen before exiting with C-c '. So shall we change org-src as below? Dan diff --git a/lisp/org-src.el b/lisp/org-src.el index 1d155cc..a11fac2 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.e