summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2011-08-10 09:24:56 +0200
committerDavid Maus <dmaus@ictsoc.de>2011-08-10 09:43:57 +0200
commitfd5828ab7722c90ac51e1adc834d0d442322d9d8 (patch)
tree4cd8a569fd95368e9e973c5c3b6d8d5c82df93b7
parenta6f13963d741bc48ff0dfbf8fcd1b8e026119f4e (diff)
downloadorg-mode-fd5828ab7722c90ac51e1adc834d0d442322d9d8.tar.gz
Fix command line syntax for agenda batch commands
* org.texi (Exporting Agenda Views, Extracting agenda information): Fix command line syntax, quote symbol parameter values.
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2bdb09a..8d6fe2a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -8594,7 +8594,7 @@ or, if you need to modify some parameters@footnote{Quoting depends on the
system you use, please check the FAQ for examples.}
@example
emacs -eval '(org-batch-store-agenda-views \
- org-agenda-span month \
+ org-agenda-span (quote month) \
org-agenda-start-day "2007-11-01" \
org-agenda-include-diary nil \
org-agenda-files (quote ("~/org/project.org")))' \
@@ -14878,7 +14878,7 @@ You may also modify parameters on the fly like this:
@example
emacs -batch -l ~/.emacs \
-eval '(org-batch-agenda "a" \
- org-agenda-span month \
+ org-agenda-span (quote month) \
org-agenda-include-diary nil \
org-agenda-files (quote ("~/org/project.org")))' \
| lpr