* Isolate export parameters in file from currently exporting subtree
@ 2010-01-19 8:15 Alan E. Davis
2010-01-19 9:43 ` Giovanni Ridolfi
0 siblings, 1 reply; 2+ messages in thread
From: Alan E. Davis @ 2010-01-19 8:15 UTC (permalink / raw)
To: org-mode
[-- Attachment #1.1: Type: text/plain, Size: 769 bytes --]
In one large file, I would like to keep a large number of individual
subtrees, each for independent export to LaTeX. Is it possible to isolate
the extra parameters needed for a subtree isolated from the rest of the
file?
For example:
* Handouts
** Plants
#+TITLE: 125 General Principles of Plant Reproduction
#+AUTHOR:
#+DATE:
#+LaTeX_HEADER: \usepackage{fullpage}
I will have to either archive each subtree or delete these parameters if
they are not to influence the export of another subtree.
I am thinking about Selective Export. To make things simpler, can I put
these items into a property drawer?
Thank you once again for Org-Mode. In the last many, many months I have
become more and more dependent upon Org Mode for a diverse range of work.
Alan Davis
[-- Attachment #1.2: Type: text/html, Size: 848 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Isolate export parameters in file from currently exporting subtree
2010-01-19 8:15 Isolate export parameters in file from currently exporting subtree Alan E. Davis
@ 2010-01-19 9:43 ` Giovanni Ridolfi
0 siblings, 0 replies; 2+ messages in thread
From: Giovanni Ridolfi @ 2010-01-19 9:43 UTC (permalink / raw)
To: Alan E. Davis; +Cc: emacs-orgmode
"Alan E. Davis" <lngndvs@gmail.com> writes:
> In one large file, I would like to keep a large number of individual
> subtrees, each for independent export to LaTeX.
> Is it possible to isolate the extra parameters needed for a subtree
> isolated from the rest of the file?
Answer:
***** procedure 3
:PROPERTIES:
:EXPORT_FILE_NAME: STA.html
:EXPORT_TITLE: Procedure 3
:EXPORT_OPTIONS: H:4 toc:nil
:END:
****** here begins
----------------------------------
Reference (Org-manual) :
When exporting only a single subtree by selecting it with `C-c @'
before calling an export command, the subtree can overrule some of the
file's export settings with properties `EXPORT_FILE_NAME',
`EXPORT_TITLE', `EXPORT_TEXT', `EXPORT_AUTHOR', `EXPORT_DATE', and
`EXPORT_OPTIONS'.
Many thanks to Carsten who invested a lot of time
writing the fine manual.
Giovanni
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-19 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 8:15 Isolate export parameters in file from currently exporting subtree Alan E. Davis
2010-01-19 9:43 ` Giovanni Ridolfi
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).