From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Wallace Subject: Bug: bug in batch-execution example [7.8.11] Date: Fri, 11 Jan 2013 05:54:39 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f643ca6dcb1b704d301f5e4 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtdCA-0005K1-FM for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtdC5-0000T5-CU for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:54:46 -0500 Received: from mail-ob0-f172.google.com ([209.85.214.172]:51077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtdC5-0000Sy-7N for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:54:41 -0500 Received: by mail-ob0-f172.google.com with SMTP id za17so1641404obc.3 for ; Fri, 11 Jan 2013 03:54:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --e89a8f643ca6dcb1b704d301f5e4 Content-Type: text/plain; charset=ISO-8859-1 Hey all. I'm not sure where the original file is, and it's only a tiny change, so I'm not sure if this patch is useful, BUT... On this page: http://orgmode.org/manual/Batch-execution.html The example script is missing backticks around the pwd. Patch follows. #################################################################### diff --git a/tangle.el b/tangle.el index 0391f64..e7693cd 100755 --- a/tangle.el +++ b/tangle.el @@ -3,7 +3,7 @@ # # tangle files with org-mode # -DIR=pwd +DIR=`pwd` FILES="" # wrap each argument in the code required to call tangle on it --e89a8f643ca6dcb1b704d301f5e4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: base64 PGRpdiBkaXI9Imx0ciI+SGV5IGFsbC6goKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoCA8YnI+PGJyPkkmIzM5O20gbm90IHN1 cmUgd2hlcmUgdGhlIG9yaWdpbmFsIGZpbGUgaXMsIGFuZCBpdCYjMzk7cyBvbmx5IGEgdGlueSBj aGFuZ2UsPGJyPgpzbyBJJiMzOTttIG5vdCBzdXJlIGlmIHRoaXMgcGF0Y2ggaXMgdXNlZnVsLCBC VVQuLi48YnI+PGJyPk9uIHRoaXMgcGFnZTo8YnI+PGJyPqCgIDxhIGhyZWY9Imh0dHA6Ly9vcmdt b2RlLm9yZy9tYW51YWwvQmF0Y2gtZXhlY3V0aW9uLmh0bWwiPmh0dHA6Ly9vcmdtb2RlLm9yZy9t YW51YWwvQmF0Y2gtZXhlY3V0aW9uLmh0bWw8L2E+PGJyPjxicj5UaGUgZXhhbXBsZSBzY3JpcHQg aXMgbWlzc2luZyBiYWNrdGlja3MgYXJvdW5kIHRoZSBwd2QuPGJyPgo8YnI+UGF0Y2ggZm9sbG93 cy48YnI+IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyM8YnI+PGJyPmRpZmYgLS1naXQgYS90YW5nbGUuZWwgYi90YW5nbGUu ZWw8YnI+aW5kZXggMDM5MWY2NC4uZTc2OTNjZCAxMDA3NTU8YnI+LS0tIGEvdGFuZ2xlLmVsPGJy PisrKyBiL3RhbmdsZS5lbDxicj5AQCAtMyw3ICszLDcgQEA8YnI+CqAjPGJyPqAjIHRhbmdsZSBm aWxlcyB3aXRoIG9yZy1tb2RlPGJyPqAjPGJyPi1ESVI9cHdkPGJyPitESVI9YHB3ZGA8YnI+oEZJ TEVTPSZxdW90OyZxdW90Ozxicj48YnI+oCMgd3JhcCBlYWNoIGFyZ3VtZW50IGluIHRoZSBjb2Rl IHJlcXVpcmVkIHRvIGNhbGwgdGFuZ2xlIG9uIGl0PGJyPjxicj48L2Rpdj4K --e89a8f643ca6dcb1b704d301f5e4--