jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 266 forks source link

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

Open Shurakai opened 9 years ago

Shurakai commented 9 years ago

Although this needs emacs, it is much better than nothing. Plus, with emacs we can also use the noweb syntax.

The only problem I still have is with the tests... Not sure why it's not generating the file because when I manually test it, it works. (I'm quite new to python, so any help is very much welcomed)

Shurakai commented 9 years ago

Arrgh I just saw the last two commits were included also. Not sure why, they should be in the master branch already....!

XVilka commented 5 years ago

@Shurakai can you rebase your pull request?

0xACE commented 4 years ago

I don't see the problem here. His branch rebases fine on origin/master.

The title of the PR is tagged as WIP.

What are the limitations of the current implementation?