ox-koma-letter: Improve a customization menu

* contrib/lisp/ox-koma-letter.el (org-koma-letter-subject-format):
  Improve customization menu.
This commit is contained in:
Nicolas Goaziou 2014-01-17 11:14:00 +01:00
parent d7aa26b04e
commit 86dad6edb8
1 changed files with 13 additions and 12 deletions

View File

@ -216,18 +216,19 @@ English manual of 2012-07-22).
This option can also be set with the OPTIONS keyword, e.g.: This option can also be set with the OPTIONS keyword, e.g.:
\"subject:(underlined centered)\"." \"subject:(underlined centered)\"."
:type '(radio :type
(const :tag "No export" nil) '(choice
(const :tag "Default options" t) (const :tag "No export" nil)
(set :tag "Selection" (const :tag "Default options" t)
(const afteropening) (set :tag "Configure options"
(const beforeopening) (const :tag "Subject after opening" afteropening)
(const centered) (const :tag "Subject before opening" beforeopening)
(const left) (const :tag "Subject centered" centered)
(const right) (const :tag "Subject left-justified" left)
(const underlined) (const :tag "Subject right-justified" right)
(const titled) (const :tag "Add title or description to subject" underlined)
(const untitled))) (const :tag "Set subject underlined" titled)
(const :tag "Do not add title or description to subject" untitled)))
:group 'org-export-koma-letter) :group 'org-export-koma-letter)
(defcustom org-koma-letter-use-backaddress nil (defcustom org-koma-letter-use-backaddress nil