Nicolas Petton writes:
> Ahh, sorry about that. I'm not used to contributing through
> emails. Would cloning the repository and create branches that can be
> merged into the main repository be more convenient?
Cloning the repository would help. You can create branches for large
patches and use f
Nicolas Goaziou writes:
> Nicolas Petton writes:
>
>> Hi guys,
>>
>> Any update on this?
>
> Applied, thank you.
>
> I forgot to mention it, but next time, please provide patch with "git
> format-patch" and a proper commit message.
Ahh, sorry about that. I'm not used to contributing through
em
Nicolas Petton writes:
> Hi guys,
>
> Any update on this?
Applied, thank you.
I forgot to mention it, but next time, please provide patch with "git
format-patch" and a proper commit message.
Regards,
Hi guys,
Any update on this?
Cheers,
Nico
Nicolas Petton writes:
> Indeed, sorry about that.
> Here's a new patch with a short description of the RSS_TITLE property.
>
>
> Cheers,
> Nico
--
Nicolas Petton
http://nicolas-petton.fr
Indeed, sorry about that.
Here's a new patch with a short description of the RSS_TITLE property.
diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el
index fddaa1d..6681336 100644
--- a/contrib/lisp/ox-rss.el
+++ b/contrib/lisp/ox-rss.el
@@ -42,6 +42,9 @@
;; PUBDATE property. If `org-rss
Nicolas Petton writes:
> Here's a new version that uses :RSS_TITLE. Do you think it's good enough
> for a first patch?
Thanks. It would be nice to document the feature somewhere in the
library.
> +(title (or (org-element-property :EXPORT_TITLE headline)
I think you sent the wrong patch
Hi,
Here's a new version that uses :RSS_TITLE. Do you think it's good enough
for a first patch? I'll work on the export back-end, but that'll take
some more time.
diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el
index fddaa1d..5617d26 100644
--- a/contrib/lisp/ox-rss.el
+++ b/contrib/
Nicolas Goaziou writes:
> Nicolas Petton writes:
>
>> If the headline contains *bold* text for example, the RSS item title
>> will have the extras * characters, since it's using the :raw-value.
>
> OK. But what is expected instead? HTML markup? Nothing at all?
I'd say the content of headline w
Nicolas Petton writes:
> If the headline contains *bold* text for example, the RSS item title
> will have the extras * characters, since it's using the :raw-value.
OK. But what is expected instead? HTML markup? Nothing at all?
> Ok. What about an :RSS_TITLE property? Or should I have a look at
Nicolas Goaziou writes:
> Hello,
>
> Nicolas Petton writes:
>
>> I'm a happy user of ox-rss.el, but was annoyed the other day when I
>> wanted to export an article with a headline containing markup.
>
> What problem did you encounter?
If the headline contains *bold* text for example, the RSS i
Hello,
Nicolas Petton writes:
> I'm a happy user of ox-rss.el, but was annoyed the other day when I
> wanted to export an article with a headline containing markup.
What problem did you encounter?
> The problem is that org-rss-headlines uses the raw-value of the headline
> to export the title
11 matches
Mail list logo