mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
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:
parent
442b2ad15d
commit
83b567925a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user