* Bug: bug in batch-execution example [7.8.11]
@ 2013-01-11 11:54 Michal Wallace
2013-01-11 12:33 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Michal Wallace @ 2013-01-11 11:54 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 582 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 957 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-11 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 11:54 Bug: bug in batch-execution example [7.8.11] Michal Wallace
2013-01-11 12:33 ` Bastien
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).