org.texi (Advanced configuration): Put the filter valid types in a table

* org.texi (Advanced configuration): Put the filter valid
types in a table.
This commit is contained in:
Bastien Guerry 2013-04-15 02:07:46 +02:00
parent 372824a311
commit fd8de3b6f1
1 changed files with 41 additions and 40 deletions

View File

@ -12669,66 +12669,67 @@ last function will be the one used in the final output.
There are filters sets for each type of element or object, for plain text, There are filters sets for each type of element or object, for plain text,
for the parse tree, for the export options and for the final output. They for the parse tree, for the export options and for the final output. They
are all named after the same scheme: @code{org-export-filter-TYPE-functions}, are all named after the same scheme: @code{org-export-filter-TYPE-functions},
where @code{TYPE} is the type targeted by the filter. Valid types are: where @code{TYPE} is the type targeted by the filter. Valid types are:
@itemize @minus @multitable @columnfractions .33 .33 .33
@item bold @item bold
@item babel-call @tab babel-call
@item center-block @tab center-block
@item clock @item clock
@item code @tab code
@item comment @tab comment
@item comment-block @item comment-block
@item diary-sexp @tab diary-sexp
@item drawer @tab drawer
@item dynamic-block @item dynamic-block
@item entity @tab entity
@item example-block @tab example-block
@item export-block @item export-block
@item export-snippet @tab export-snippet
@item final-output @tab final-output
@item fixed-width @item fixed-width
@item footnote-definition @tab footnote-definition
@item footnote-reference @tab footnote-reference
@item headline @item headline
@item horizontal-rule @tab horizontal-rule
@item inline-babel-call @tab inline-babel-call
@item inline-src-block @item inline-src-block
@item inlinetask @tab inlinetask
@item italic @tab italic
@item item @item item
@item keyword @tab keyword
@item latex-environment @tab latex-environment
@item latex-fragment @item latex-fragment
@item line-break @tab line-break
@item link @tab link
@item node-property @item node-property
@item options @tab options
@item paragraph @tab paragraph
@item parse-tree @item parse-tree
@item plain-list @tab plain-list
@item plain-text @tab plain-text
@item planning @item planning
@item property-drawer @tab property-drawer
@item quote-block @tab quote-block
@item quote-section @item quote-section
@item radio-target @tab radio-target
@item section @tab section
@item special-block @item special-block
@item src-block @tab src-block
@item statistics-cookie @tab statistics-cookie
@item strike-through @item strike-through
@item subscript @tab subscript
@item superscript @tab superscript
@item table @item table
@item table-cell @tab table-cell
@item table-row @tab table-row
@item target @item target
@item timestamp @tab timestamp
@item underline @tab underline
@item verbatim @item verbatim
@item verse-block @tab verse-block
@end itemize @tab
@end multitable
For example, the following snippet allows me to use non-breaking spaces in For example, the following snippet allows me to use non-breaking spaces in
the Org buffer and get them translated into @LaTeX{} without using the the Org buffer and get them translated into @LaTeX{} without using the