From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Suppressing kill-ring copy and new buffers during export Date: Sat, 10 Sep 2011 16:31:26 +0530 Message-ID: <818vpw7jax.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2LJf-0002Mz-OU for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:01:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2LJe-0004nr-Vs for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:01:43 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:63489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2LJe-0004nl-RP for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:01:42 -0400 Received: by pzk36 with SMTP id 36so4647208pzk.17 for ; Sat, 10 Sep 2011 04:01:41 -0700 (PDT) In-Reply-To: (Aditya Mandayam's message of "Sat, 10 Sep 2011 12:41:04 +0200") 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: Aditya Mandayam Cc: emacs-orgmode@gnu.org Aditya Mandayam writes: > Whatup y'all. > > When I export to html or pdf via latex, the output is pushed onto the > kill ring and a new background buffer created. > > I do not want this. How do i suppress it? ,----[ C-h v org-export-kill-product-buffer-when-displayed RET ] | org-export-kill-product-buffer-when-displayed is a variable defined in `org-exp.el'. | Its value is nil | | Documentation: | Non-nil means kill the product buffer if it is displayed immediately. | This applied to the commands `org-export-as-html-and-open' and | `org-export-as-pdf-and-open'. | | You can customize this variable. | | [back] `---- ,----[ C-h v org-export-copy-to-kill-ring RET ] | org-export-copy-to-kill-ring is a variable defined in `org-exp.el'. | Its value is t | | Documentation: | Non-nil means exported stuff will also be pushed onto the kill ring. | | You can customize this variable. | | [back] `---- > > Peace, > > -A > > --