* Exporting sitemap from folder structure
@ 2019-02-15 1:05 Georgios Bakirtzis
0 siblings, 0 replies; only message in thread
From: Georgios Bakirtzis @ 2019-02-15 1:05 UTC (permalink / raw)
To: emacs-orgmode
Hello all,
Given the following folder structure
of my "notebooks" folder:
post1_name
|__ index.org
post2_name
|__ index.org
etc.
I would like to create an index
of the following form:
*no* title for index
Date -- [[Title][example.com/post1_name/]]
Date -- [[Title][example.com/post2_name/]]
etc.
I have set the following options
in exporting the "notebooks" part
of my website through =org-publish-project-alist=:
> :sitemap-file-entry-format "%t"
> :publishing-function org-html-publish-to-html
> :auto-sitemap t
> :sitemap-filename "index.org"
> :makeindex t
> :sitemap-sort-files anti-chronologically
> :recursive t
But this results in a tree structure (as expected) of the form
Sitemap for project website-notebooks (as title)
- Index
- post1_name
+ Title of post in org file post1_name
- post2_name
+ Title of post in org file post2_name
I am not really sure how to go about this
I would really appreciate assistance
in achieving this behaviour
as I am not very well versed in elisp.
Thank you for you time,
GB
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-15 1:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 1:05 Exporting sitemap from folder structure Georgios Bakirtzis
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).