emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to specify output file for org-latex-export-to-pdf
@ 2014-12-20 13:07 Guido Van Hoecke
  2014-12-21  0:11 ` Charles Millar
  0 siblings, 1 reply; 3+ messages in thread
From: Guido Van Hoecke @ 2014-12-20 13:07 UTC (permalink / raw)
  To: orgmode

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

Hi,

How can I specify the desired output filename so that
org-latex-export-to-pdf does no longer prompt me in the minibuffer?

I call it from a temporary buffer *perls* and always want to export to
/tmp/perls.pdf

I've read the docs and tried to understand the lisp files, but did not come
up with a solution.

TIA for your suggestions,


Guido.

[-- Attachment #2: Type: text/html, Size: 891 bytes --]

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

* Re: How to specify output file for org-latex-export-to-pdf
  2014-12-20 13:07 How to specify output file for org-latex-export-to-pdf Guido Van Hoecke
@ 2014-12-21  0:11 ` Charles Millar
  2014-12-21  9:28   ` Guido Van Hoecke
  0 siblings, 1 reply; 3+ messages in thread
From: Charles Millar @ 2014-12-21  0:11 UTC (permalink / raw)
  To: emacs-orgmode

Hi Guido,

Guido Van Hoecke wrote:
> Hi,
>
> How can I specify the desired output filename so that 
> org-latex-export-to-pdf does no longer prompt me in the minibuffer?
>
> I call it from a temporary buffer *perls* and always want to export to 
> /tmp/perls.pdf
>
> I've read the docs and tried to understand the lisp files, but did not 
> come up with a solution.
>
> TIA for your suggestions,
>
>
> Guido.
Is this what you are looking for

** subtree heading
:PROPERTIES:
:EXPORT_FILE_NAME: path/to/filename
:END:

See the last paragraph in Org Manual Section 12.3

Charlie Millar

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

* Re: How to specify output file for org-latex-export-to-pdf
  2014-12-21  0:11 ` Charles Millar
@ 2014-12-21  9:28   ` Guido Van Hoecke
  0 siblings, 0 replies; 3+ messages in thread
From: Guido Van Hoecke @ 2014-12-21  9:28 UTC (permalink / raw)
  To: Charles Millar; +Cc: orgmode

[-- Attachment #1: Type: text/plain, Size: 432 bytes --]

Hi Charlie,

On 21 December 2014 at 01:11, Charles Millar <millarc@verizon.net> wrote:

> Is this what you are looking for
>
> ** subtree heading
> :PROPERTIES:
> :EXPORT_FILE_NAME: path/to/filename
> :END:
>
> See the last paragraph in Org Manual Section 12.3
>
> ​Thanks Charlie.

This worked as soon as I realised I had to output the top heading as the
current subtree.​


​Have a nice day,

Guido​

[-- Attachment #2: Type: text/html, Size: 1182 bytes --]

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

end of thread, other threads:[~2014-12-21  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-20 13:07 How to specify output file for org-latex-export-to-pdf Guido Van Hoecke
2014-12-21  0:11 ` Charles Millar
2014-12-21  9:28   ` Guido Van Hoecke

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