org-export: Fix docstring

* contrib/lisp/org-export.el (org-export-define-backend): Fix
  docstring to include asynchronous export and additional sub-menus.
This commit is contained in:
Nicolas Goaziou 2012-12-16 08:22:41 +01:00
parent 442b2ad15d
commit 83b567925a
1 changed files with 12 additions and 6 deletions

View File

@ -871,13 +871,19 @@ keywords are understood:
or
\(?l \"Export to LaTeX\"
\((?b \"TEX (buffer)\" org-e-latex-export-as-latex)
\(?l \"TEX (file)\" org-e-latex-export-to-latex)
\(?p \"PDF file\" org-e-latex-export-to-pdf)
\(?o \"PDF file and open\"
\(lambda (subtree visible body-only)
\(?p \"As PDF file\" org-e-latex-export-to-pdf)
\(?o \"As PDF file and open\"
\(lambda (a s v b)
\(if a (org-e-latex-export-to-pdf t s v b)
\(org-open-file
\(org-e-latex-export-to-pdf subtree visible body-only))))))
\(org-e-latex-export-to-pdf nil s v b)))))))
or the following, which will be added to the previous
sub-menu,
\(?l 1
\((?B \"As TEX buffer (Beamer)\" org-e-beamer-export-as-latex)
\(?P \"As PDF file (Beamer)\" org-e-beamer-export-to-pdf)))
:options-alist