We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weight = "auto"
How to recreate the problem:
#+HUGO_BASE_DIR: /home/kmodi/sandbox/org/ #+HUGO_SECTION: ./ #+HUGO_WEIGHT: auto #+HUGO_AUTO_SET_LASTMOD: t * KV ** WhiteDB test
Do C-c C-e H h (per-file export).
C-c C-e H h
I get:
+++ lastmod = 2017-09-28T09:44:06-04:00 weight = "auto" draft = false +++ ## KV {#kv} ### WhiteDB {#whitedb} test
That weight = "auto" should not be there.
The text was updated successfully, but these errors were encountered:
32d0d97
Don't allow weight to be "auto" in front-matter for per-file exports
c772891
Fixes #83 Add gitter badge.
No branches or pull requests
How to recreate the problem:
Do
C-c C-e H h
(per-file export).I get:
That
weight = "auto"
should not be there.The text was updated successfully, but these errors were encountered: