- [X] Permit to add extra yaml headers during export with user-custom variable (#34)
- [X] Support the new org-mode export block syntax with retro-compatibility (#32)
- [X] Refactoring on internal function names
- [X] Add MELPA and license badges
- [X] Doc - Improvments (#33)
- [X] CI - Improvments (#31)
- [X] Packaging - Sign annotated tag during release
- [X] Packaging - Switch to new version of evm.
- [X] Packaging - Rename utilities.el to org2jekyll-utilities.el (#30)
- [X] Upgrade version
- [X] Update version
- [X] Improve deployment script
- [X] Code convention (limit to 80 characters line)
- [X] Close #27 - Add headers to current buffer
- [X] Close #26 - fix potential page publishing problem
- [X] Improve coverage
- [X] Update version
- [X] Update org2jekyll dependencies
- [X] #22 - Add tags feature
- [X] Improve completion for post/default type
- [X] Update version
- [X] Fix org2jekyll-create-draft limits for international characters #20
- [X] Release notes
- [X] Update version
- [X] org2jekyll must publish images, js, css - #18
- [X] Fix release.sh regarding version not initialized
- [X] Automate marmalade deploy
- [X] Internal - Fix docstring (thanks @purcell)
- [X] Rename functions to respect conventions (again, I missed the `!` in names)
- [X] Reference recipes in el-get and melpa
- [X] Create melpa recipe and propose PR - melpa/melpa#2513
- [X] Create el-get recipe and propose PR - dimitri/el-get#2095
- [X] Update version
- [X] Remove unused org2jekyll-pkg.el file and adapt Makefile - melpa/melpa#2513 (comment)
- [X] Update version
- [X] Respect elisp coding convention
- [X] Mention the breaking api names in calling function names in the readme.
- [X] Alias old function names for compatibility’s sake
- [X] Update formatting code
- [X] Fix error on draft header creation - ardumont#12
- [X] Update version
- [X] Create backlog
- [X] Update version
- [X] Permit the publication of all the posts + binding
- [X] Permit the publication of all the pages
- [X] Update docs
- [X] Create backlog
- [X] Update version
- [X] Fix default binding in org2jekyll-mode
- [X] Make the publish! action asynchronous [2/2]
- [X] Close not-needed interactive command and make them function
- [X] Render asynchronous the main org2jekyll/publish! command
- [X] Add checks on header and explain what’s missing if problems.
- [X] Create backlog
- [X] Update version
- [X] Ask for desired layout when creating a draft
- [X] Create backlog
- [X] Update version
- [X] Fix implementation of output-directory function
- [X] Remove unused dependency deferred (for the moment not used)
- [X] Improve doc (header + README.org + customization group + install step)
- [X] Create minor mode with default bindings
- [X] Update readme about minor mode
- [X] Add TOC to readme
- [X] Create backlog
- [X] Update version
- [X] Permit to publish jekyll ready html page (not blog post) using the same mechanism as blog post
- [X] Expose only one command to publish post or html page
- [X] Merge the jekyll `layout` notion with the org `project` notion
- [X] Update documentation about the new possibilities
`CLOSED: [2014-12-20 Sat 13:05]
- [X] Create backlog
- [X] Update version
- [X] Remove dead code
- [X] Fix draft folder computation to be in source input directory
- [X] Permit the blog metadata to determine the desired layout
- [X] Refactor main function in multiple sub functions to ease testing
- [X] Update deps version
- [X] Permit options to be null without breaking jekyll publishing
- [X] Ensure install works with clean install mechanism
- [X] When publishing remove the org2jekyll/jekyll-drafts-dir arborescence
- [X] Improve default header computation
- [X] Fix ci-travis for emacs 24.3
- [X] Add ci-travis status badge
- [X] Create backlog
- [X] Update version
- [X] No toc in the default template header
- [X] Create backlog
- [X] Update version
- [X] Fix draft template creation
- [X] Generate date when draft creation
- [X] Ask for categories and description for draft creation
- [X] Update README.org
- [X] Create a simple readme section in org2jekyll.el
- [X] Create backlog
- [X] Update version
- [X] Add autoloads on public functions
- [X] Improve README.org documentation
- [X] Use custom variables + update doc
- [X] Create backlog
- [X] Add release script
- [X] Update version
- [X] Release to marmalade - https://marmalade-repo.org/packages/org2jekyll
- [X] Create backlog
- [X] Retrieve existing code from https://github.com/ardumont/ardumont.github.io
- [X] Add Cask
- [X] Create package
- [X] Ensure tests are ok + Make tests launchable
- [X] Add ci-travis