jekyll-org icon indicating copy to clipboard operation
jekyll-org copied to clipboard

org-mode converter for Jekyll.

Results 12 jekyll-org issues
Sort by recently updated
recently updated
newest added

I get the following warning when running on ruby-2.7.2. ``` jekyll-org.rb:26: warning: Using the last argument as keyword parameters is deprecated ``` Frontmatter in `org` format doesn't seem to be...

FYI: [nvim-neorg/neorg: Modernity meets insane extensibility. The future of organizing your life in Neovim.](https://github.com/nvim-neorg/neorg)

Hello, I'm working with a [Jekyll theme](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers) that allows header images and captions for each blog post. It works with the following YAML. ```yaml header: image: /assets/images/unsplash-image-1.jpg caption: "Photo credit:...

Hi, I've followed the instructions precisely as they were written out in the readme so I have `jekyll-org` included both in my `_config.yaml` file and in the `Gemfile`. However it...

I recently started using org mode and for a particular long blog I added TOC and realized that headers do not have id due to which one cannot use TOC....

### Example And this is just some plain text here [fn:1] Footnotes [fn:1] Foot notes text goes here ### Problem The problem is that org-jekyll does not convert org-mode footnotes...

Hi, As described in the title of this issue, I believe it is caused by this code segment in the module `converter.rb`. ``` @@truthy_regexps = [/enabled/, /yes/, /true/] @@falsy_regexps =...

Jekyll populates the `excerpt` field for every markdown post/page with the first paragraph from the document. For `.org` files `jekyll-org` is not setting the field, which causes `jekyll` to return...

The last release was more than six months ago. Current `HEAD` contains a few important bug fixes like [change: Stricter regexps for _parse_boolean](https://github.com/eggcaker/jekyll-org/commit/54c0346b5360a5acea876fe5138b7c34a937ef93) Would be nice if we could start...

i'm aware this is in maintenance mode, but i think it would it be very helpful to make a new release from current master. i recently updated my jekyll site...