From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Bug: non-interactive org-export-region-as... modifies kill-ring [7.9.2 (release_7.9.2-103-g488eea)] Date: Wed, 12 Dec 2012 18:36:57 +0000 (GMT) Message-ID: <87zk1j2k32@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TirB4-0002Ag-Um for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 13:37:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TirAz-0000uD-0b for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 13:37:06 -0500 Received: from ristopher.com ([146.185.21.93]:36426 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TirAy-0000tz-P9 for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 13:37:00 -0500 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 Title says it all. For example evaling (org-export-region-as-latex (point-min) (point-max) nil (get-buffer-create "res")) via M-: in an org-mode buffer will put the export content in the kill ring. That's not nice. I think only the interactive call should do that. Christopher