kuanyui / hexo.el

Use Hexo in Emacs elegantly
85 stars 14 forks source link

Strip quotes from title tag when creating new post with org mode #20

Closed anachronic closed 7 years ago

anachronic commented 7 years ago

Fixes kuanyui/hexo.el#19

kuanyui commented 7 years ago

So, are you sure this will be ok in hexo + org-renderer? For example:

#+TITLE: ##Hello World!##
#+TITLE: [Emacs] How to Use Hexo In Emacs
#+TITLE: This Is A "Simple" Title Test
#+TITLE: What Happened When Title Contains "Double Quotes" And 'Single Quotes'?
anachronic commented 7 years ago

I believe this is more valuable than words http://imgur.com/a/9VoPb

kuanyui commented 7 years ago

Ok, thanks for your testing!

anachronic commented 7 years ago

Thanks for merging!