- Change hugo export dir to a relative path - Tests for property drawer parsing during subtree exports (does not work at the moment)master
parent
18d252eddb
commit
869fa2e3e6
1 changed files with 10 additions and 1 deletions
@ -1,9 +1,18 @@ |
||||
#+TITLE: My Blog |
||||
#+HUGO_EXPORT_DIR: ~/temp/small1/ |
||||
#+HUGO_EXPORT_DIR: ../../md/ |
||||
#+HUGO_SECTION: posts |
||||
|
||||
# 1. Load `ox-hugo' |
||||
# 2. M-x org-hugo-walk-headlines |
||||
|
||||
* Post 1 |
||||
:PROPERTIES: |
||||
:DATE: June 11, 2000 |
||||
:END: |
||||
Something |
||||
* Post 2 |
||||
:PROPERTIES: |
||||
:CUSTOM_ID: testxyz |
||||
:FOO: There |
||||
:END: |
||||
Something Else |
||||
|
||||
Loading…
Reference in new issue