emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Org-Mode mailing list <emacs-orgmode@gnu.org>
Subject: [BUG] org-compile-file
Date: Thu, 14 Jul 2016 19:25:20 -0700	[thread overview]
Message-ID: <alpine.OSX.2.20.1607141839530.1416@charles-berrys-macbook.local> (raw)



In trying to export to a pdf in another directory specified with a 
relative pathname as the destination, I kept running into errors.

It looks like `org-compile-file' does not handle such things gracefully.

I believe that `out-dir' here is redundant as `default-directory' is 
already set to `out-dir':

       (let ((output (concat out-dir base-name "." ext)))

and deleting it seems to cure the problems I am seeing.

Here is an ECM

--8<---------------cut here---------------start------------->8---

#+BEGIN_SRC emacs-lisp
   (make-directory "./tmp" t)
   (shell-command "echo \"start...\" > ./tmp/ocf.txt")
   (org-compile-file "./tmp/ocf.txt" '("echo \"done\" >> %b.txt") "txt")
#+END_SRC

#+RESULTS:

Results should be

: ocf.txt

and there should be no error messages.
--8<---------------cut here---------------end--------------->8---


Chuck

             reply	other threads:[~2016-07-15  2:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-15  2:25 Charles C. Berry [this message]
2016-07-17 12:29 ` [BUG] org-compile-file Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.20.1607141839530.1416@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).