Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-11-14 Thread Nicolas Goaziou
Hello, Hiroshi Saito writes: > I'm sorry to say the patch causes an error unless xml package is luckily > loaded. I attached another patch to fix it in my last post: > http://lists.gnu.org/archive/html/emacs-orgmode/2015-10/msg00417.html Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-11-13 Thread Hiroshi Saito
Hi Nicolas, Thank you for applying my patch. I'm sorry to say the patch causes an error unless xml package is luckily loaded. I attached another patch to fix it in my last post: http://lists.gnu.org/archive/html/emacs-orgmode/2015-10/msg00417.html Could you please review new patch or revert my f

Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-10-18 Thread Hiroshi Saito
Hi Michael, So sorry for that error. I did not notice. I wrote an additional patch to fix it. The patch makes sure that the xml library is loaded before calling `xml-substitute-special` as with `org-feed-parse-rss-entry` and `org-feed-parse-atom-feed`. -- Sincerely, Hiroshi Saito 2015-10-19 2:5

Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-10-18 Thread Michael Brand
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

Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-09-30 Thread Nicolas Goaziou
Hello, Hiroshi Saito writes: > A guid XML element is not substituted in org-feed. Here is a patch to > fix it. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH] Substitute a guid XML element in org-feed

2015-09-27 Thread Hiroshi Saito
Hi, A guid XML element is not substituted in org-feed. Here is a patch to fix it. -- Sincerely, Hiroshi Saito 0001-org-feed.el-Substitute-a-guid-XML-element.patch Description: Binary data