Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Charles Berry ccbe...@ucsd.edu writes: Thorsten Jolitz tjolitz at gmail.com writes: Hi List, it is now possible to convert existing Org-mode files with source-blocks into machine-executable source-code files, using the following function from `outorg.el': #+begin_src emacs-lisp

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Eric Schulte schulte.e...@gmail.com writes: How does this differ from :tangle yes :comments org? I wasn't actually aware (or forgot about) the :comments argument in Babel when I wrote the conversion function (that is renamed to 'outorg-convert-org-to-outshine' now to better reflect its

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Charles Berry
Thorsten Jolitz tjolitz at gmail.com writes: Charles Berry ccberry at ucsd.edu writes: Thorsten Jolitz tjolitz at gmail.com writes: Hi List, it is now possible to convert existing Org-mode files with source-blocks into machine-executable source-code files, using the

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Charles Berry ccbe...@ucsd.edu writes: Thorsten Jolitz tjolitz at gmail.com writes: Charles Berry ccberry at ucsd.edu writes: Thorsten Jolitz tjolitz at gmail.com writes: Hi List, it is now possible to convert existing Org-mode files with source-blocks into

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-20 Thread Charles Berry
Thorsten Jolitz tjolitz at gmail.com writes: Hi List, it is now possible to convert existing Org-mode files with source-blocks into machine-executable source-code files, using the following function from `outorg.el': #+begin_src emacs-lisp (defun

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-20 Thread Eric Schulte
How does this differ from :tangle yes :comments org? e.g., #+Property: tangle yes #+Property: comments org * This is the top #+begin_src sh :shebang #!/bin/bash echo ##this file will cat itself echo #+end_src Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit

[O] [ANN] Convert Org-mode file to Source-code file

2013-06-19 Thread Thorsten Jolitz
Hi List, it is now possible to convert existing Org-mode files with source-blocks into machine-executable source-code files, using the following function from `outorg.el': #+begin_src emacs-lisp (defun outorg-convert-org-file-to-source-code (optional mode infile outfile BATCH) Convert an