Add more test cases

This commit is contained in:
Niklas Fasching 2018-12-20 23:20:54 +01:00
parent c7c46ca1d9
commit c3d635eacb
7 changed files with 63 additions and 5 deletions

View file

@ -4,7 +4,12 @@ Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for so
* next
- more keywords: https://orgmode.org/manual/In_002dbuffer-settings.html
- table of contents
- rethink frontmatter - expose buffer setting for defining which keywords should be parsed as arrays / ...
- rethink frontmatter
- keyword customizable mapping. e.g. #+ARRAY_KWS: list kws that should become []string
- json/yaml values.
- +lisp syntax from [[https://github.com/kaushalmodi/ox-hugo/blob/master/ox-hugo.el#L2791][ox-hugo]]+
- too much complexity and not native to Org mode, i.e. does not even increase compatibility
- use toml/yaml/json frontmatter from hugo (see [[https://github.com/gohugoio/hugo/issues/5436][hugo #5436]])
** headlines
- auto-generate unique ids: see [[https://github.com/kaushalmodi/ox-hugo/blob/8472cf2d8667754c9da3728255634e8001a1da6d/ox-hugo.el#L1785-L1850][ox-hugo]]
- what about name conflicts?