From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: A minor problem with exporting to html Date: Sun, 23 Mar 2014 09:18:45 +0100 Message-ID: <877g7lnx96.fsf@bzg.ath.cx> References: <20140323080845.3e5083ac@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRdcq-00076E-Sd for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 04:19:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRdck-0001X8-7Z for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 04:19:24 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:39369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRdcj-0001V3-W6 for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 04:19:18 -0400 In-Reply-To: <20140323080845.3e5083ac@aga-netbook> (Marcin Borkowski's message of "Sun, 23 Mar 2014 08:08:45 +0100") 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: Marcin Borkowski Cc: Org-mode mailing list Hi Marcin, Marcin Borkowski writes: > exporting to HTML messes up with the kill ring (all the exported > content is put on top of the the kill ring). Am I the only one > experiencing this? Is it a feature or a bug? (setq org-export-copy-to-kill-ring nil) I'm all for using nil as the default value by the way. Would anyone strongly oppose to this? -- Bastien