Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Bastien Guerry 2012-08-07 10:40:41 +02:00
commit e2af881caf
1 changed files with 2 additions and 1 deletions

View File

@ -2124,7 +2124,8 @@ contextual information."
(defun org-e-latex-statistics-cookie (statistics-cookie contents info)
"Transcode a STATISTICS-COOKIE object from Org to LaTeX.
CONTENTS is nil. INFO is a plist holding contextual information."
(org-element-property :value statistics-cookie))
(replace-regexp-in-string
"%" "\\%" (org-element-property :value statistics-cookie) nil t))
;;;; Strike-Through