From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix id generation in ox-rss.el Date: Sun, 27 Jul 2014 14:05:21 +0200 Message-ID: <87fvhlflbk.fsf@bzg.ath.cx> References: <87a97z7uba.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofc-00076j-5N for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofQ-0005Tv-9e for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:08 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:42359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofQ-0005RF-6O for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:24:56 -0400 In-Reply-To: <87a97z7uba.fsf@fastmail.fm> (Matt Lundin's message of "Wed, 23 Jul 2014 14:23:53 -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: Matt Lundin Cc: Org Mode Hi Matt, Matt Lundin writes: > The attached patch fixes a bug in ox-rss.el that causes org-publish to > generate IDs in whatever org buffer emacs happens to be currently > visiting. I was puzzled why my org files were suddenly filled with > hundreds of ID entries. I discovered it happened when I called org > publish while visiting those files. Applied, thanks for catching this ugly bug. -- Bastien