emacsorphanage / org-page

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

Can't deal with org file with chinese file name? #118

Closed tumashu closed 9 years ago

tumashu commented 9 years ago

It seem that org-files with chinese file names can't export to html. is it a bug?

tumashu commented 9 years ago

If it is hard to resolve, we should add info to doc...

sillykelvin commented 9 years ago

No, I debugged, it is a bug in op-git.el, however it is too late now, I will solve this bug tomorrow... I always named my org file with English, so I never found this bug...

sillykelvin commented 9 years ago

After some research, this can be solved by set the core.quotepath to false:

git config --global core.quotepath false
tumashu commented 9 years ago

This tips sould be included into doc.