Also fix the case of "isCJKLanguage" front matter variable.. though, I believe, hugo does not care about the case there. Add a test file prop-drawer-parsing.orgmaster
parent
093bdeab2d
commit
c52677bf3e
2 changed files with 23 additions and 2 deletions
@ -0,0 +1,17 @@ |
||||
#+TITLE: My Blog |
||||
#+HUGO_EXPORT_DIR: ../../md/ |
||||
#+HUGO_SECTION: posts |
||||
|
||||
# 1. Load `ox-hugo' |
||||
# 2. M-x org-hugo-walk-headlines |
||||
|
||||
* Test setting the =draft= variable in front matter |
||||
:PROPERTIES: |
||||
:EXPORT_HUGO_DRAFT: true |
||||
:END: |
||||
Something. /Run =C-c C-e H O= with point in this subtree./ |
||||
* Test setting the =date= variable in front matter |
||||
:PROPERTIES: |
||||
:EXPORT_DATE: Feb 2, 2002 |
||||
:END: |
||||
Something Else. /Run =C-c C-e H O= with point in this subtree./ |
||||
Loading…
Reference in new issue