org-mode/testing/lisp
Matt Lundin 5e27b2fd32 Ensure that org-get-tags returns all local tags
* lisp/org.el: (org-get-tags) Create a clearer separation between
  local and inherited tags in the function, so that
  org-remove-uninherited tags is only run on inherited tags. This is
  important to avoid destroying existing tags when adding new tags.
* testing/lisp/test-org.el: (test-org/get-tags) Add regression test
2018-08-19 10:28:27 +02:00
..
test-ob-C.el Babel C, C++, D support for non-homogeneous input tables 2014-06-08 19:20:16 -04:00
test-ob-R.el testing/lisp/test-ob-R.el: Initialize ESS vars for :session tests 2016-01-24 10:08:31 -08:00
test-ob-awk.el awk code blocks handle tabular input 2014-06-07 11:16:55 -04:00
test-ob-emacs-lisp.el Update copyright years 2018-01-07 00:27:54 -05:00
test-ob-exp.el Merge branch 'maint' 2018-02-04 00:31:47 +01:00
test-ob-fortran.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-header-arg-defaults.el Remove deprecated syntax for Babel properties 2016-07-04 00:41:56 +02:00
test-ob-lilypond.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-lob.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-ob-lua.el ob-lua.el: Update library for Org 9.0 2016-08-29 08:57:10 +02:00
test-ob-maxima.el test-ob-maxima: Revert last commit 2016-08-20 23:43:35 +02:00
test-ob-octave.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-perl.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-plantuml.el ob-plantuml: Add support for prologue and header variables 2016-12-10 12:06:04 +01:00
test-ob-python.el ob-python: Insert blank line when sending code to interpreter 2018-04-03 21:24:18 +02:00
test-ob-ruby.el Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' 2015-01-30 18:28:05 +01:00
test-ob-scheme.el ob-scheme: Add tests for scheme result types 2018-06-21 22:00:50 +02:00
test-ob-sed.el test-ob-sed: Activate testing ob-sed 2018-01-14 18:34:49 +01:00
test-ob-shell.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-sqlite.el Fix table variable with commas in ob-sqlite 2017-09-06 13:18:30 +02:00
test-ob-table.el Revert "ob-table: Fix org-sbe's handling of quotes in cell values" 2018-03-25 22:55:24 +02:00
test-ob-tangle.el Update URLs in source code or tests 2018-01-19 18:30:40 +01:00
test-ob-vala.el ob-vala.el: Add Vala support to Babel 2017-08-07 11:40:25 +02:00
test-ob.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-org-agenda.el org-agenda: Refactored. Add test. 2018-06-24 09:52:29 +02:00
test-org-archive.el Rewrite tags setting functions 2018-04-20 10:51:21 +02:00
test-org-attach-annex.el Silence byte-compiler in "testing/" 2016-06-04 21:12:30 +02:00
test-org-attach.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-org-capture.el org-capture: Fix formulas when capturing rows 2018-06-21 18:09:40 +02:00
test-org-clock.el org-clock: Test clocktable behavior under `org-extend-today-until' 2018-06-27 08:31:47 +02:00
test-org-colview.el Merge branch 'maint' 2018-01-19 18:31:48 +01:00
test-org-datetree.el Fix failing test 2015-12-29 22:45:14 +01:00
test-org-duration.el org-duration: Fix `org-duration-to-minutes' with the empty string 2017-09-07 15:20:26 +02:00
test-org-element.el Prevent spurious newline character in fixed-width area value 2018-07-02 00:24:38 +02:00
test-org-feed.el Update URLs in source code or tests 2018-01-19 18:30:40 +01:00
test-org-footnote.el org-footnote: Fix `org-footnote-goto-previous-reference' 2018-06-24 11:25:15 +02:00
test-org-info.el ox-texinfo: Delegate "info" links handling to "org-info.el" 2017-01-21 14:19:29 +01:00
test-org-inlinetask.el inlinetask: Fix folding of directly consecutive inlinetask children 2017-12-28 19:12:36 +01:00
test-org-lint.el org-lint: Add checker for spurious colons in tags 2018-05-14 17:41:04 +02:00
test-org-list.el Merge branch 'maint' 2018-05-01 15:06:57 +02:00
test-org-macro.el org-macro: Refactoring 2018-03-23 23:40:56 +01:00
test-org-macs.el Merge branch 'maint' 2017-11-15 18:14:44 +01:00
test-org-pcomplete.el Fix some tests 2017-02-13 17:21:24 +01:00
test-org-protocol.el org-protocol: Sources with date URL are supported 2017-06-28 17:44:27 +02:00
test-org-src.el Fix comma escaping with multiple leading commas 2017-10-24 09:51:43 +02:00
test-org-table.el org-table: Fix shrunk hlines 2018-04-20 11:57:37 +02:00
test-org-tempo.el org-tempo: Various improvements 2018-04-08 12:47:12 +02:00
test-org-timer.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-org.el Ensure that org-get-tags returns all local tags 2018-08-19 10:28:27 +02:00
test-ox-publish.el Merge branch 'maint' 2018-02-13 14:10:28 +01:00
test-ox.el org-macro: Fix "results" macro 2018-07-07 12:53:13 +02:00
test-property-inheritance.el Remove deprecated syntax for Babel properties 2016-07-04 00:41:56 +02:00