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