emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
673 stars 99 forks source link

Cleaning the generated main index page #129

Closed heikkil closed 9 years ago

heikkil commented 9 years ago

Could you fix two small things in the function op/generate-default-index, please.

                          ("category" (capitalize (car cell)))

The about page is already linked to from the header and it adds distracting text to the main page. Since there is no standard way in core elisp to filter a value from a list, I'd prefer to leave the task to select the cleanest way to implement filtering of value 'about' from list 'sort-alist' to you.

sillykelvin commented 9 years ago

Yeah, now the two issues have been fixed, thanks!