From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: [babel] keep source code buffer open Date: Wed, 11 Apr 2012 23:58:49 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHz0f-0004to-4J for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 10:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHz0V-0001XN-Ri for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 10:59:00 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:41235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHz0V-0001XD-LA for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 10:58:51 -0400 Received: by vbbey12 with SMTP id ey12so832054vbb.0 for ; Wed, 11 Apr 2012 07:58:49 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Hi, yep me again. I find myself hitting C-' all the day long today and was wondering is there a way to keep the source code buffer open instead of closing it after pressing again C-'. Now I need to do * C-' open the source code buffer * do my changed * C-' close the buffer take over the changes * C-c C-e d export as PDF after evaluation of all code blocks * check the PDF * start over again All this comes with window splits and most of the time I hit C-s in the wrong buffer because I am so used to it to save my changes to files. I would like to make changes in the code buffer and start e.g. evaluation or exporting from within the source code buffer. That is * Press once C-' * make my changes * press C-c ?? to move all changes over into the org-mode buffer and evaluate the source code block or * press C-c ?? to move all changes over into the org-mode buffer and export the org-buffer repeat Is there any way to do this? That's it for today... promise Thanks Torsten