Fix some additional typos.

This commit is contained in:
Carsten Dominik 2008-12-17 09:08:06 +01:00
parent 3f57ccf0f0
commit db6004ae1d
4 changed files with 11 additions and 11 deletions

View file

@ -27,7 +27,7 @@
;;
;;; Commentary:
;; This file contains the face definitions for Org.
;; This file contains the column view for Org.
;;; Code:
@ -1356,7 +1356,7 @@ PARAMS is a property list of parameters:
(defun org-listtable-to-string (tbl)
"Convert a listtable TBL to a string that contains the Org-mode table.
The table still need to be alligned. The resulting string has no leading
The table still need to be aligned. The resulting string has no leading
and tailing newline characters."
(mapconcat
(lambda (x)

View file

@ -25,7 +25,7 @@
;;
;;; Commentary:
;; This file contains the face definitions for Org.
;; This file contains the column view for Org.
;;; Code:

View file

@ -2820,10 +2820,10 @@ headlines. The default is 3. Lower levels will become bulleted lists."
;;;###autoload
(defun org-export-as-html-batch ()
"Call `org-export-as-html', may be used in batch processing as
emacs --batch
--load=$HOME/lib/emacs/org.el
--eval \"(setq org-export-headline-levels 2)\"
--visit=MyFile --funcall org-export-as-html-batch"
emacs --batch
--load=$HOME/lib/emacs/org.el
--eval \"(setq org-export-headline-levels 2)\"
--visit=MyFile --funcall org-export-as-html-batch"
(org-export-as-html org-export-headline-levels 'hidden))
;;;###autoload

View file

@ -259,10 +259,10 @@ These are the .aux, .log, .out, and .toc files."
"Call `org-export-as-latex', may be used in batch processing.
For example:
emacs --batch
--load=$HOME/lib/emacs/org.el
--eval \"(setq org-export-headline-levels 2)\"
--visit=MyFile --funcall org-export-as-latex-batch"
emacs --batch
--load=$HOME/lib/emacs/org.el
--eval \"(setq org-export-headline-levels 2)\"
--visit=MyFile --funcall org-export-as-latex-batch"
(org-export-as-latex org-export-headline-levels 'hidden))
;;;###autoload