瀏覽代碼

Fix command line syntax of `org-batch-store-agenda-view'

* org.texi (Exporting Agenda Views): Fix command line syntax.

You cannot use 'emacs -f org-batch-store-agenda-view' because it is
implemented as macro, not function.
David Maus 13 年之前
父節點
當前提交
a6f13963d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -8587,7 +8587,7 @@ in @code{org-agenda-custom-commands} take precedence.
 @noindent
 From the command line you may also use
 @example
-emacs -f org-batch-store-agenda-views -kill
+emacs -eval (org-batch-store-agenda-views) -kill
 @end example
 @noindent
 or, if you need to modify some parameters@footnote{Quoting depends on the