emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* useing :PROPERTIES: to set export options for pdflatex
@ 2013-11-27 17:15 Christopher W. Ryan
  2013-11-27 18:47 ` Robert Klein
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher W. Ryan @ 2013-11-27 17:15 UTC (permalink / raw)
  To: emacs-orgmode

Below is what I have in a subtree that I export to pdf.  It does what I
want. But isn't there a way to do it entirely with setting tree
PROPERTIES? (without use of #+LATEX_HEADER or #+OPTIONS)  I seem to
recall there is, but for the life of me I can't find the link to the
documentation I thought I had saved.

Thanks.


** Changes adopted at CSE committee meeting [2013-11-25 Mon]
:PROPERTIES:
:EXPORT_FILE_NAME: ThomasWileyCloseOf-11-25-2013
:EXPORT_TITLE: Thomas Wiley as Adopted by CSE Committee 25 November 2013
:END:
#+LATEX_HEADER: \usepackage[margin=1in]{geometry}
#+OPTIONS: toc:nil



--Chris
-- 
Christopher W. Ryan, MD, MS
SUNY Upstate Medical University Clinical Campus at Binghamton
425 Robinson Street, Binghamton, NY  13904
cryanatbinghamtondotedu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: useing :PROPERTIES: to set export options for pdflatex
  2013-11-27 17:15 useing :PROPERTIES: to set export options for pdflatex Christopher W. Ryan
@ 2013-11-27 18:47 ` Robert Klein
  2013-11-27 20:55   ` cryan
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Klein @ 2013-11-27 18:47 UTC (permalink / raw)
  To: Christopher W. Ryan, emacs-orgmode

Hello,

On 11/27/2013 06:15 PM, Christopher W. Ryan wrote:
> Below is what I have in a subtree that I export to pdf.  It does what I
> want. But isn't there a way to do it entirely with setting tree
> PROPERTIES? (without use of #+LATEX_HEADER or #+OPTIONS)  I seem to
> recall there is, but for the life of me I can't find the link to the
> documentation I thought I had saved.
> 
> Thanks.
> 
> 
> ** Changes adopted at CSE committee meeting [2013-11-25 Mon]
> :PROPERTIES:
> :EXPORT_FILE_NAME: ThomasWileyCloseOf-11-25-2013
> :EXPORT_TITLE: Thomas Wiley as Adopted by CSE Committee 25 November 2013
> :END:
> #+LATEX_HEADER: \usepackage[margin=1in]{geometry}
> #+OPTIONS: toc:nil

The answer is the same Nicolas sent me yesterday on a different question
("derived exporter EXPORT_... options"):

You can use

** Changes adopted at CSE committee meeting [2013-11-25 Mon]
:PROPERTIES:
:EXPORT_FILE_NAME: ThomasWileyCloseOf-11-25-2013
:EXPORT_TITLE: Thomas Wiley as Adopted by CSE Committee 25 November 2013
:EXPORT_LATEX_HEADER: \usepackage[margin=1in]{geometry}
:EXPORT_OPTIONS: toc:nil
:END:

Best regards,
Robert



-- 
Robert Klein
UNIX Operations, Max Planck-Institut für Polymerforschung
Ackermannweg 10
55218 Mainz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: useing :PROPERTIES: to set export options for pdflatex
  2013-11-27 18:47 ` Robert Klein
@ 2013-11-27 20:55   ` cryan
  0 siblings, 0 replies; 3+ messages in thread
From: cryan @ 2013-11-27 20:55 UTC (permalink / raw)
  To: emacs-orgmode, Robert Klein

Excellent, thanks Robert.  It seemed like I was mixing paradigms, and I didn't like it. This is much better.

Chris

Sent from my android device.

-----Original Message-----
From: Robert Klein <kleinrob@mpip-mainz.mpg.de>
To: "Christopher W. Ryan" <cryan@binghamton.edu>, emacs-orgmode@gnu.org
Sent: Wed, 27 Nov 2013 13:47
Subject: Re: [O] useing :PROPERTIES: to set export options for pdflatex

Hello,

On 11/27/2013 06:15 PM, Christopher W. Ryan wrote:
> Below is what I have in a subtree that I export to pdf.  It does what I
> want. But isn't there a way to do it entirely with setting tree
> PROPERTIES? (without use of #+LATEX_HEADER or #+OPTIONS)  I seem to
> recall there is, but for the life of me I can't find the link to the
> documentation I thought I had saved.
> 
> Thanks.
> 
> 
> ** Changes adopted at CSE committee meeting [2013-11-25 Mon]
> :PROPERTIES:
> :EXPORT_FILE_NAME: ThomasWileyCloseOf-11-25-2013
> :EXPORT_TITLE: Thomas Wiley as Adopted by CSE Committee 25 November 2013
> :END:
> #+LATEX_HEADER: \usepackage[margin=1in]{geometry}
> #+OPTIONS: toc:nil

The answer is the same Nicolas sent me yesterday on a different question
("derived exporter EXPORT_... options"):

You can use

** Changes adopted at CSE committee meeting [2013-11-25 Mon]
:PROPERTIES:
:EXPORT_FILE_NAME: ThomasWileyCloseOf-11-25-2013
:EXPORT_TITLE: Thomas Wiley as Adopted by CSE Committee 25 November 2013
:EXPORT_LATEX_HEADER: \usepackage[margin=1in]{geometry}
:EXPORT_OPTIONS: toc:nil
:END:

Best regards,
Robert



-- 
Robert Klein
UNIX Operations, Max Planck-Institut für Polymerforschung
Ackermannweg 10
55218 Mainz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-27 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-27 17:15 useing :PROPERTIES: to set export options for pdflatex Christopher W. Ryan
2013-11-27 18:47 ` Robert Klein
2013-11-27 20:55   ` cryan

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