mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-19 19:07:43 +00:00
Fix command line syntax for agenda batch commands
* org.texi (Exporting Agenda Views, Extracting agenda information): Fix command line syntax, quote symbol parameter values.
This commit is contained in:
parent
a6f13963d7
commit
fd5828ab77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user