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

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

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

2013-06-21 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > Charles Berry ucsd.edu> writes: > > > Thorsten Jolitz 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

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

2013-06-21 Thread Thorsten Jolitz
Eric Schulte 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 purpose). > e.g., > > #+Pro

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

2013-06-21 Thread Thorsten Jolitz
Charles Berry writes: > Thorsten Jolitz 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 ou

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

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

2013-06-20 Thread Charles Berry
Thorsten Jolitz 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 outorg-convert-org-file-to-source-code

[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 e