emacsorphanage / org-page

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

Support inherit theme #131

Closed tumashu closed 9 years ago

tumashu commented 9 years ago

A inherit theme is a mod theme which only include changed template, css and other files, the files same with base theme doesn't include.

org-page should find the same files from base theme when use this kind theme.

This feature can be used:

  1. theme fallback.
  2. theme series.
tumashu commented 9 years ago

I add "op/" prefix to funcitons of op-utils.el. this may solve the potential name conflict。。。

sillykelvin commented 9 years ago

As we discussed in issue #125, I don't quite agree that theme inheritance is really a needed feature for org-page, I am so sorry that I cannot merge this pull request, however, you still could do your own customization to wrap org-page in your Emacs configuration.

tumashu commented 9 years ago

wrap org-page is more difficute than manage my own branch, i will develop my own branch, when it change a lot and difficult to merge , i will fork to a new project.