Documentation fixes for ox-koma-script.el

* ox-koma-letter.el commentary (org-koma-letter-use-backaddress):
  Better documentation.

Signed-off-by: Alan Schmitt <alan.schmitt@polytechnique.org>
This commit is contained in:
Rasmus 2014-01-25 14:08:15 +01:00 committed by Alan Schmitt
parent e96cda127a
commit 1f413ba32d
1 changed files with 18 additions and 12 deletions

View File

@ -34,14 +34,14 @@
;; On top of buffer keywords supported by `latex' back-end (see ;; On top of buffer keywords supported by `latex' back-end (see
;; `org-latex-options-alist'), this back-end introduces the following ;; `org-latex-options-alist'), this back-end introduces the following
;; keywords: ;; keywords:
;; - "CLOSING" (see `org-koma-letter-closing'), ;; - CLOSING: see `org-koma-letter-closing',
;; - "FROM_ADDRESS" (see `org-koma-letter-from-address'), ;; - FROM_ADDRESS: see `org-koma-letter-from-address',
;; - "LCO" (see `org-koma-letter-class-option-file'), ;; - LCO: see `org-koma-letter-class-option-file',
;; - "OPENING" (see `org-koma-letter-opening'), ;; - OPENING: see `org-koma-letter-opening',
;; - "PHONE_NUMBER" (see `org-koma-letter-phone-number'), ;; - PHONE_NUMBER: see `org-koma-letter-phone-number',
;; - "SIGNATURE" (see `org-koma-letter-signature') ;; - SIGNATURE: see `org-koma-letter-signature',
;; - "PLACE" (see `org-koma-letter-place') ;; - PLACE: see `org-koma-letter-place',
;; - and "TO_ADDRESS". If unspecified this is set to "\mbox{}". ;; - TO_ADDRESS: If unspecified this is set to "\mbox{}".
;; ;;
;; TO_ADDRESS and FROM_ADDRESS can also be specified using heading ;; TO_ADDRESS and FROM_ADDRESS can also be specified using heading
;; with the special tags specified in ;; with the special tags specified in
@ -67,8 +67,9 @@
;; (see `org-koma-letter-special-tags-after-letter'). ;; (see `org-koma-letter-special-tags-after-letter').
;; ;;
;; The following variables works differently from the main LaTeX class ;; The following variables works differently from the main LaTeX class
;; - "AUTHOR": default to user-full-name but may be disabled. (see org-koma-letter-author), ;; - AUTHOR: Default to user-full-name but may be disabled.
;; - "EMAIL": same as AUTHOR, (see org-koma-letter-email), ;; (See also `org-koma-letter-author'),
;; - EMAIL: Same as AUTHOR. (see also `org-koma-letter-email'),
;; ;;
;; Headlines are in general ignored. However, headlines with special ;; Headlines are in general ignored. However, headlines with special
;; tags can be used for specified contents like postscript (ps), ;; tags can be used for specified contents like postscript (ps),
@ -110,6 +111,11 @@
;; #+LATEX_CLASS: my-letter ;; #+LATEX_CLASS: my-letter
;; ;;
;; Or by setting `org-koma-letter-default-class'. ;; Or by setting `org-koma-letter-default-class'.
;;
;; You may have to load (LaTeX) Babel as well, e.g., by adding
;; it to `org-latex-packages-alist',
;;
;; (add-to-list 'org-latex-packages-alist '("AUTO" "babel" nil))
;;; Code: ;;; Code:
@ -252,7 +258,7 @@ This option can also be set with the OPTIONS keyword, e.g.:
:group 'org-export-koma-letter) :group 'org-export-koma-letter)
(defcustom org-koma-letter-use-backaddress nil (defcustom org-koma-letter-use-backaddress nil
"Non-nil prints return address in small line above to address. "Non-nil prints return address in line above to address.
This option can also be set with the OPTIONS keyword, e.g.: This option can also be set with the OPTIONS keyword, e.g.:
\"backaddress:t\"." \"backaddress:t\"."
:group 'org-export-koma-letter :group 'org-export-koma-letter