Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
4732f153f9
|
@ -38,6 +38,7 @@
|
||||||
(eval-when-compile (require 'cl))
|
(eval-when-compile (require 'cl))
|
||||||
(require 'org-export)
|
(require 'org-export)
|
||||||
|
|
||||||
|
(declare-function aa2u "ext:ascii-art-to-unicode" ())
|
||||||
|
|
||||||
;;; Define Back-End
|
;;; Define Back-End
|
||||||
;;
|
;;
|
||||||
|
@ -1543,7 +1544,7 @@ contextual information."
|
||||||
(aa2u)
|
(aa2u)
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(skip-chars-backward " \r\t\n")
|
(skip-chars-backward " \r\t\n")
|
||||||
(buffer-string)))
|
(buffer-substring (point-min) (point))))
|
||||||
(t (org-remove-indentation (org-element-property :value table))))
|
(t (org-remove-indentation (org-element-property :value table))))
|
||||||
;; Possible add a caption string below.
|
;; Possible add a caption string below.
|
||||||
(when (and caption (not org-e-ascii-caption-above))
|
(when (and caption (not org-e-ascii-caption-above))
|
||||||
|
|
Loading…
Reference in New Issue