From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [PATCH] Substitute a guid XML element in org-feed Date: Sun, 18 Oct 2015 19:54:31 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnsAD-0003LG-LS for emacs-orgmode@gnu.org; Sun, 18 Oct 2015 13:54:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnsAC-0005ul-N8 for emacs-orgmode@gnu.org; Sun, 18 Oct 2015 13:54:33 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:38168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnsAC-0005u3-Gs for emacs-orgmode@gnu.org; Sun, 18 Oct 2015 13:54:32 -0400 Received: by wicll6 with SMTP id ll6so69936246wic.1 for ; Sun, 18 Oct 2015 10:54:32 -0700 (PDT) In-Reply-To: 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: Hiroshi Saito Cc: Org Mode Hi Hiroshi On Sun, Sep 27, 2015 at 8:24 PM, Hiroshi Saito wrote: > A guid XML element is not substituted in org-feed. Here is a patch > to fix it. It causes the error if: Symbol's function definition is void: xml-substitute-special because xml is not loaded yet. Michael