Hello,
Rasmus writes:
> Sorry about the slow reply. Sometimes there's not enough time.
So true.
> I obviously agree with your criticism. It’s not obvious how to do this
> properly.
>
> If we provide a backend we’d have to move the index preparation to
> beginning of each export process as :p
Hi,
Sorry about the slow reply. Sometimes there's not enough time.
Nicolas Goaziou writes:
>> + (unless (or (file-directory-p file) (directory-name-p file))
>
> What is `directory-name-p'?
Oh, it's new in Emacs-25. Thanks for pointing that out!
The following is about the index function,
Robert Klein writes:
> are those Patches still being worked on?
Yes, but they haven't been pushed yet.
Rasmus
--
May the Force be with you
Hi,
are those Patches still being worked on?
Thanks and best regards
Robert
On Wed, 01 Jun 2016 17:34:56 +0200
Nicolas Goaziou wrote:
> Hello,
>
> Rasmus writes:
>
> > This was by far the hardest part...
>
> Thank you. Some comments follow.
>
> > +(defun org-publish-find-property (fil
Hello,
Rasmus writes:
> This was by far the hardest part...
Thank you. Some comments follow.
> +(defun org-publish-find-property (file property &optional reset)
> + "Find the PROPERTY of FILE in project.
> +PROPERTY can be a string or a symbol-property."
Could you also document RESET argumen
Hi,
Thanks for the comments.
Nicolas Goaziou writes:
>> (org-publish-find-subtitle): New function.
>> (org-publish-org-sitemap-as-tree): New function.
>> (org-publish--find-property): Find arbirary property.
>> (org-publish-project-alist): Document changes.
>> * doc/org.texi (Sitemap): Update d
Hello,
Rasmus writes:
> I've long wanted to use ox to auto-generate something that looks like a
> blog index.
>
> This patch makes ox sitemaps a bit more flexible. For instance, it would
> allow me to use something like this for ‘:sitemap-file-entry-format’,
>
> :sitemap-file-entry-format "
Hi,
I've long wanted to use ox to auto-generate something that looks like a
blog index.
This patch makes ox sitemaps a bit more flexible. For instance, it would
allow me to use something like this for ‘:sitemap-file-entry-format’,
:sitemap-file-entry-format "* [[file:%l][%t]]
#+include: