Closed stig closed 4 years ago
If this is an open issue, why is it stated that this is possible in the README? (Followed the instructions in the README, to my dismay it didn't work.)
it only working with posts not pages
To clarify, I believe this issue is two fold:
jekyll/readers/post_reader.rb
).In our situation if an org file doesn't have a YAML header the file will be treated as a StaticFile and won't end up having a Document instance made. In our current code base, all the conversion logic for org files is in the Document class so it doesn't end up being converted. So the solution is to make jekyll create Document instances for org files, even when they don't have YAML headers. This might be kind of messy, but it should work :).
Okay, I've managed to get conversion to HTML supported for org files in collections other than_ posts. A major improvement 😄 if I do say so myself (to help my ego justify why it took an entire day to do this & only 10 lines of code 😢😨😫).
the converter merged and released. working now, Thanks @MoHKale
no problem, I hope there weren't any issues.
As per the discussion here: https://github.com/eggcaker/jekyll-org/pull/15#issuecomment-209243646
I would love to use org-mode properties rather than YAML frontmatter for regular pages as well, e.g. something like
rather than: