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

[WIP] Added support for extracting source code blocks (tangling) #193

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2015

  1. [SYNTAX] Fix syntax for #+BEGIN_* blocks

    - Without this fix, all #+BEGIN_* blocks are not
      correctly highlighted; this fix just allows whitespace
      to occur before the #+BEGIN blocks, which is quite
      common in documents.
    Shurakai committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    18a8c3d View commit details
    Browse the repository at this point in the history
  2. typo on "folding"

    yanick authored and Shurakai committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    eadd813 View commit details
    Browse the repository at this point in the history
  3. Added support for extracting source code blocks (tangling)

    - This feature needs emacs, though.
    
    - Updated documentation as well.
    
    - Tests do not yet work correctly...
    Shurakai committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    71d3425 View commit details
    Browse the repository at this point in the history