|
@@ -220,7 +220,7 @@
|
|
|
|
|
|
;;;; Generic
|
|
|
|
|
|
-(defcustom org-latex-caption-above t
|
|
|
+(defcustom org-latex-caption-above '(table)
|
|
|
"When non-nil, place caption string at the beginning of elements.
|
|
|
Otherwise, place it near the end. When value is a list of
|
|
|
symbols, put caption above selected elements only. Allowed
|
|
@@ -234,8 +234,6 @@ symbols are: `image', `table', `src-block' and `special-block'."
|
|
|
(const :tag "Tables" table)
|
|
|
(const :tag "Source code" src-block)
|
|
|
(const :tag "Special blocks" special-block))))
|
|
|
-(define-obsolete-variable-alias
|
|
|
- 'org-latex-table-caption-above 'org-latex-caption-above "25.1") ; Since 8.3.
|
|
|
|
|
|
;;;; Preamble
|
|
|
|