emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to export a single subtree but include document preamble?


From: Scott Randby
Subject: Re: How to export a single subtree but include document preamble?
Date: Thu, 4 Apr 2024 14:42:36 -0400
User-agent: Mozilla Thunderbird

On 4/4/24 14:11, Richard Stanton wrote:
Thanks for the suggestion!

It would still be nice (i.e., you wouldn’t have to do this for every section 
you ever want to export) to have a way of specifying a line that gets executed 
for EVERY (say) LaTeX export. Or else an option to do something like include 
everything in the file before the first section header.



That would be a nice feature, but I also like using the 'PROPERTIES' drawer 
because it enables me to have very fine control over the export of a subtree. A 
typical drawer I use looks like this:

:PROPERTIES:
:EXPORT_TITLE: *Subtree Title*
:EXPORT_FILE_NAME: Exported-Subtree
:EXPORT_LATEX_HEADER_EXTRA: \input{latex-preamble.tex} 
\hypersetup{pdftitle={Subtree Title},pdfauthor={Scott 
Randby},pdfsubject={},pdfkeywords={},pdfproducer={Emacs 
Org},pdfcreator={pdflatex}} 
\hypersetup{colorlinks=true,urlcolor=blue,linkcolor=blue} %\pagestyle{empty} % 
Turn page numbering off
:EXPORT_OPTIONS: h:4 author:nil email:nil date:nil creator:nil timestamp:nil 
tags:nil num:0 toc:nil
:END:

Scott



reply via email to

[Prev in Thread] Current Thread [Next in Thread]