This babel block should do the following:
- When exporting, automatically tangle the babel blocks.
- Then take the resulting files and add them to a zip file, along with
the original .org file.
- Add the necessary \usepackage and latex commands to insert the zipfile.
Let me know if something isn'
On 12 January 2012 14:54, Frozenlock wrote:
> The code block I previously sent only require you to specify which
> _extension_ you want or don't want. No need to include any specific
> filename (other than the .zip file in the latex "include" command).
>
> Am I to understand you want something to
The code block I previously sent only require you to specify which
_extension_ you want or don't want. No need to include any specific
filename (other than the .zip file in the latex "include" command).
Am I to understand you want something to include *all and only* tangled files?
--
I tried ":e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/01/12 03:06, Frozenlock wrote:
> To include multiple files, I export all of the required files
> before the PDF creation and zip them. This way, I only need to
> include a single zip file.
Good idea.
>
> #+BEGIN_SRC emacs-lisp :exports none ;;
To include multiple files, I export all of the required files before
the PDF creation and zip them. This way, I only need to include a
single zip file.
#+BEGIN_SRC emacs-lisp :exports none
;; various exports
(save-window-excursion
(org-export-as-ascii org-export-headline-levels))
(save-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/01/12 08:45, Eric Schulte wrote:
> Frozenlock writes:
>
>> I am a strong advocate in keeping the source of everything.
>>
>> However, a source can easily be lost if it doesn't follow the
>> document. In LaTeX, there's a package to attach a fi
Frozenlock writes:
> I am a strong advocate in keeping the source of everything.
>
> However, a source can easily be lost if it doesn't follow the document.
> In LaTeX, there's a package to attach a file to a PDF (like when you
> attach a file to an email).
> By doing so, the source will follow
I am a strong advocate in keeping the source of everything.
However, a source can easily be lost if it doesn't follow the document.
In LaTeX, there's a package to attach a file to a PDF (like when you
attach a file to an email).
By doing so, the source will follow the PDF even if the common reade