Skip to content
New issue

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

Fix the processing of org files with SRC blocks. Fixes #1065 #1066

Merged
merged 1 commit into from
Dec 19, 2018

Conversation

kwpav
Copy link
Contributor

@kwpav kwpav commented Sep 21, 2018

This should fix the error indicated in Issue #1065. The htmlize package is needed for Emacs to process SRC blocks in org files, but it is not included in the default installation of Emacs.

It sets up the htmlize package for Emacs to use. I also tested this code after deleting the package -- if htmlize is not installed, the same error occurs as described in #1065.

I also cleaned up some of the lisp formatting, hope that is OK.

- Add and initialize htmlize package.
- Use lisp syntax standards - put all parens on the same line.
@justinmayer
Copy link
Member

Many thanks for the fix, Kevin!

@justinmayer justinmayer merged commit b4c52e4 into getpelican:master Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants