From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Vorobiev Subject: permanent LaTeX preview Date: Thu, 29 Sep 2011 11:57:24 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9Jvg-0006g1-S8 for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 12:57:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9Jvd-0004k8-Rk for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 12:57:48 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9Jvd-0004jf-NW for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 12:57:45 -0400 Received: by wyf22 with SMTP id 22so231628wyf.0 for ; Thu, 29 Sep 2011 09:57:44 -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: emacs-orgmode@gnu.org Hi, Is it possible to stop rendered (with C-c C-x C-l) formulas from reverting back to LaTeX source in case of: 1. Pressing C-c C-x C-l to render a formula in other part of the document. All other formulas revert to LaTeX code in that case. 2. Pressing C-c C-c to, for instance, evaluate some babel block. In this particular case it looks like I need to reassign the C-c C-c keybinding used to remove the images, but I don't know which function is called to achieve that. In the both cases the images get replaced by the LaTeX source. What I want is to keep the images at all times, and revert only an image I want to edit LaTeX code for. Thanks Alex