Nicolas Goaziou
af58a6dbf7
Change Org-mode into Org mode
...
* lisp/ob-core.el (org-babel-result-to-file):
* lisp/ob-picolisp.el:
* lisp/org-agenda.el (org-check-for-org-mode):
(org-search-view):
(org-tags-view):
(org-agenda-cleanup-fancy-diary):
(org-agenda-get-day-entries):
* lisp/org-table.el (orgtbl-mode):
* lisp/org-w3m.el (org-w3m-copy-for-org-mode):
* lisp/org.el (org-modules):
(org-startup-options):
(org-fontify-meta-lines-and-blocks):
* mk/default.mk:
* mk/manfull.pl:
* mk/org-fixup.el (org-make-org-version):
(org-make-org-loaddefs):
* mk/orgcard2txt.pl (rep_esc):
* mk/targets.mk ($(info):
* testing/README:
(Example):
* testing/examples/no-heading.org:
* testing/examples/normal.org: Change Org-mode into Org mode
2017-12-31 15:48:09 +01:00
Marco Wahl
ab61357791
testing/README Document use of regexp filter for testing
2017-12-28 15:35:19 +01:00
Marco Wahl
5dfa6d6c47
testing/README: Added hint to 'test-dirty'
2017-03-07 11:23:57 +01:00
Michael Brand
994e9ebf0b
Update testing/README
...
* testing/README: Minor update, add how to run several tests.
2016-06-25 17:08:23 +02:00
Marco Wahl
5f56a73c77
testing/README: Add hint to existence of 'make test'
2015-10-26 22:30:31 +01:00
Rasmus
46a4590524
testing/README: Changes to "Interactive testing"
...
* testing/README: Changes in "Interactive testing" instructions.
2014-07-27 14:14:28 +02:00
Nicolas Richard
5f0ca0ee92
Renaming of ob-sh to ob-shell: various fixes
...
* lisp/org.el (org-babel-load-languages):
* testing/org-test.el:
* testing/README: change 'sh' to 'shell'
* testing/lisp/test-ob-sh.el: re-rename test file (fixes 80754a8
)
2014-02-02 00:08:56 -07:00
Michael Brand
e04a22ed2d
Small improvement of maintainability of link escaping
...
* lisp/org.el (org-link-escape-chars): Add comment with escape numbers
alphabetically ordered.
(org-link-escape-chars-browser): Add comment with escape numbers.
(org-link-escape): Use better readable char constant instead of number
constant for percent char.
(org-link-escape-browser): New function to substitute duplicate source
code.
(org-open-at-point): Substitute duplicate source code.
* testing/README: Make comment in source code example clearer.
* testing/lisp/test-org.el (test-org/org-link-escape-chars-browser):
Change URL to real use case and use the new function
`org-link-escape-browser'.
2013-10-17 06:59:00 +02:00
Yasushi SHOJI
8e8f40ce2f
testing/README: Fix instructions
...
TINYCHANGE
2013-01-30 17:35:09 +01:00
Michael Brand
710f445768
testing/README: add howto run ERT partially
...
* testing/README (Interactive testing from within Emacs): Add a
description how to run a single ERT or all tests of a single test
file.
2012-12-29 14:33:52 +01:00
Bastien Guerry
b857974f7d
Small reformatting of testing/README.
2012-04-21 00:59:14 +02:00
Ilya Shlyakhter
1977df99a4
Testing: Corrected the command to run batch tests given in README
...
testing/README (running batch tests): Added missing paths to the command.
Make sure to load the org-mode code from the git checkout rather than
whatever Org is installed in Emacs directories.
TINYCHANGE
2012-03-31 10:29:16 +02:00
Eric Schulte
9fb3e136d8
adding a "troubleshooting" section to the testing README
2012-01-28 15:51:57 -07:00
Eric Schulte
106e1b6477
renamed the testing README
2012-01-28 15:38:19 -07:00