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:36:32 +0530 Message-ID: <814o0k7j2f.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2LOb-0003Fx-Sb for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:06:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2LOa-0005TM-Lr for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:06:49 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:38781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2LOa-0005TH-Gd for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 07:06:48 -0400 Received: by ywe9 with SMTP id 9so457914ywe.0 for ; Sat, 10 Sep 2011 04:06:48 -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? Hint: You can look at org related customizations with M-x customize-group RET org RET and see the items presented to you. If you are looking for export related stuff you can do M-x customize-group RET org-export RET > > Peace, > > -A > > --