Fix problem when exporting to PDF to a different directory
commit5f5af45971b74ae5fc57354065b3609f170923e5
authorNoorul Islam <noorul@noorul.com>
Sat, 7 Aug 2010 14:00:49 +0000 (7 14:00 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 13 Aug 2010 20:42:56 +0000 (13 22:42 +0200)
tree8678eb47a8237387e17482acfdea3b91919176b0
parent1f17384792ae530f2d2f49ca621abc2584766b7f
Fix problem when exporting to PDF to a different directory

* lisp/org-latex.el (org-latex-to-pdf-process): Add output-directory
option for the command pdflatex.
(org-export-as-pdf): Respect directory in path of EXPORT_FILE_NAME.

On Wed, Aug 4, 2010 at 1:26 AM, Manuel Amador <amador.manuel@gmail.com>wrote:

> Hi everybody,
>
> I am running into the following issue.
>
> I would like to export certain subtrees of an org file to a particular
> directory. I set the export property as follows:
>
> * Test 1
>   :PROPERTIES:
>   :EXPORT_FILE_NAME: some_directory/some_name
>   :END:
>
>
> When I try exporting the above subtree as a pdf (say for example, by
> running
> C-c C-e 1 d), the .tex file is created in the appropriate target directory,
> but
> the .pdf file is created in the current directory (while emacs mistakenly
> reports that the pdf was not created). Is there a way to get this to work
> correctly?
>
>

Thanks and Regards
Noorul
lisp/org-latex.el