Re: [babel][Orgmode] Subtree exporting to different LaTeX_CLASS

2009-10-23 Thread Thomas S. Dye
Jerry, I forgot to mention a setup step. You'll need this in .emacs to register LaTeX as a source language in org-babel. (org-babel-add-interpreter "latex") (add-to-list 'org-babel-tangle-langs '("latex" "tex")) HTH, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Pho

Re: [babel][Orgmode] Subtree exporting to different LaTeX_CLASS

2009-10-23 Thread Thomas S. Dye
Jerry, Yes, org-babel opens a whole range of possibilities. The setup I described produces three documents: 1) LaTeX document, 2) beamer slide show, and 3) html user manual. 1) and 2) are written completely in their own sets of source blocks, in native LaTeX and beamer, and are processed

Re: [babel][Orgmode] Subtree exporting to different LaTeX_CLASS

2009-10-22 Thread Thomas S. Dye
Hi Jerry, I do this using org-babel. I love being able to write my article *and* my beamer presentation in the same file. Using the literate programming facility of org-babel, I'm able to write them each in pieces, then assemble them at the end for tangling and export. This means I hav

[Orgmode] Subtree exporting to different LaTeX_CLASS

2009-10-22 Thread JBash
Hi, A question about exporting: Is it possible to export two different subtrees in the same file to a different class? There are cases where it would be nice to be able to generate a document (say an article) from a single subtree in a file, and have other subtrees that contain short presentatio