Nicolas Goaziou
0d24086657
Update some copyright years
2015-02-16 01:40:07 +01:00
Nicolas Goaziou
a9e4636cbf
test-org-src: Fix failing tests
...
* testing/lisp/test-org-src.el (test-org-src/basic,
test-org-src/empty-block): Do not rely on `word-at-point'.
2015-01-23 00:24:29 +01:00
Nicolas Goaziou
ae11759d41
Fix some tests when run interactively
...
* testing/lisp/test-ob.el (test-org-babel/nested-code-block,
test-ob/blocks-with-spaces, test-ob/results-in-narrowed-buffer,
test-ob/specific-colnames):
* testing/lisp/test-org-clock.el (test-org-clock/clocktable):
* testing/lisp/test-org-element.el (test-org-element/src-block-interpreter):
* testing/lisp/test-org-src.el (test-org-src/basic,
test-org-src/empty-block, test-org-src/blank-line-block): Ensure
default values are used for defcustoms.
2014-12-24 10:48:24 +01:00
Bastien Guerry
7d9a883b50
Update copyright years again.
...
Hint: copyright years are all updated in Emacs.
2014-01-07 14:18:17 +01:00
Bastien Guerry
0beda99171
Revert "Update copyright years."
...
This reverts commit 21105594fc
.
2014-01-05 06:28:07 +01:00
Bastien Guerry
21105594fc
Update copyright years.
2014-01-04 18:56:11 +01:00
Bastien Guerry
60b23bdeac
Merge branch 'maint'
...
Conflicts:
contrib/lisp/htmlize.el
etc/schema/od-manifest-schema-v1.2-os.rnc
etc/schema/od-schema-v1.2-os.rnc
lisp/org-exp-blocks.el
2013-01-01 16:06:17 +01:00
Bastien Guerry
98cd4687a2
Update copyright years.
...
Happy new year!
2013-01-01 16:04:24 +01:00
Bastien Guerry
3b9c1a0008
test-org-src.el (test-org-src/blank-line-block): Fix test
...
* test-org-src.el (test-org-src/blank-line-block): Fix test.
2012-12-21 09:36:20 +01:00
Bastien Guerry
fa0e8feea8
org-test.el (org-test-with-temp-text-in-file): Wrap ,@body into (progn ...).
...
* org-test.el (org-test-with-temp-text-in-file): Wrap ,@body
into (progn ...) so that tests don't have to wrap it themselves.
Fix the testing suite to use this.
Also fix formatting and trailing whitespaces.
Fix test-org-src/blank-line-block so that it
checks editing of a code block with a whitespace
with point on the #+begin_src line.
Thanks to Michael Brand for spotting the (progn ...) problem.
2012-12-15 08:49:23 +01:00
Bastien Guerry
c0675b478e
test-org-src.el: Fix a test.
...
* lisp/test-org-src.el (test-org-src/blank-line-block): Use
`org-test-with-temp-text-in-file' because `org-in-src-block-p'
checks against an Org mode text property. Don't check for the
word at point.
Thanks to Nick Dokos for reporting this failed test.
2012-12-15 08:04:43 +01:00
Bastien Guerry
70b0f422b4
Fix copyright notices for test files.
2012-12-13 17:24:19 +01:00
Le Wang
a0cb4a3edc
add tests for org-src-edit
2012-12-13 17:18:50 +01:00