Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-20 Thread Nicolas Goaziou
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

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-07 Thread Rasmus
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

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-06 Thread Rasmus
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

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-05 Thread Robert Klein
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. > >

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-06-01 Thread Nicolas Goaziou
Hello, Rasmus writes: > This was by far the hardest part... Thank you. Some comments follow. > +(defun org-publish-find-property (file property reset) > + "Find the PROPERTY of FILE in project. > +PROPERTY can be a string or a symbol-property." Could you also document RESET

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-05-27 Thread Rasmus
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. >> *

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-05-22 Thread Nicolas Goaziou
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’, > >

[O] [ox-publish, patch] More flexible sitemaps

2016-05-19 Thread Rasmus
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]]