summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-03-04 15:53:55 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-03-04 15:53:55 +0100
commitf1a99ceddf37c2e30106dd35ff29e1ea4bce6f90 (patch)
treebf13e7d5db4cdd57b9256c3548cf6ffe4a9b8b0a
parent951a6f250638a1dd60f6b3a941555586a0547580 (diff)
downloadorg-mode-f1a99ceddf37c2e30106dd35ff29e1ea4bce6f90.tar.gz
test-org-footnote: Fix a broken test
* testing/lisp/test-org-footnote.el: Fix failing `test-org-footnote/normalize-outside-org'.
-rw-r--r--testing/lisp/test-org-footnote.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lisp/test-org-footnote.el b/testing/lisp/test-org-footnote.el
index 52e5538..a768c70 100644
--- a/testing/lisp/test-org-footnote.el
+++ b/testing/lisp/test-org-footnote.el
@@ -212,7 +212,8 @@ Footnotes:
;; 3. As an exception, in `message-mode' buffer, if a signature is
;; present, insert footnotes before it.
(let ((org-footnote-tag-for-non-org-mode-files nil)
- (message-signature-separator "^-- $"))
+ (message-cite-prefix-regexp "\\([ ]*[_.[:word:]]+>+\\|[ ]*[]>|]\\)+")
+ (message-signature-separator "^-- $"))
(with-temp-buffer
(insert "Body[fn::def]
--