0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 18:43:26 +00:00

Fix previous commit again

Now off.
This commit is contained in:
Bastien Guerry 2013-03-25 18:28:50 +01:00
parent 9eb384fe4f
commit a3e8a1d604

View file

@ -3093,9 +3093,10 @@ holding contextual information."
(while (search-forward "<office:annotation>" nil t) (while (search-forward "<office:annotation>" nil t)
(and (re-search-backward "</text:p>" nil t) (and (re-search-backward "</text:p>" nil t)
(replace-match "" t t)) (replace-match "" t t))
(and (search-forward "</office:annotation>" nil t) (search-forward "</office:annotation>" nil t)
(re-search-forward "<text:p[^>]*>" nil t) (if (re-search-forward "<text:p[^>]*>" nil t)
(replace-match "" t t))))) (replace-match "" t t)
(insert "\n</text:p>")))))
;;;; Src Block ;;;; Src Block