0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-13 08:40:08 +00:00
org-mode/testing/lisp
Rüdiger Sonderfeld 9c382e6cf6 org-datetree.el: Code cleanup
* lisp/org-datetree.el (org-datetree--find-create): New function.
(org-datetree-find-year-create, org-datetree-find-month-create,
org-datetree-find-day-create): Removed functions
(org-datetree-find-date-create): Use `org-datetree--find-create' instead
of removed functions.  Use calendar extract functions.
(org-datetree-insert-line): Do more formatting in `format-time-string'
since we call it anyway
* testing/lisp/test-org-datetree.el (test-org-datetree/find-date-create):
  Test if new entries are put at the right place.
2015-12-29 21:57:50 +01:00
..
test-ob-awk.el
test-ob-C.el
test-ob-emacs-lisp.el
test-ob-exp.el
test-ob-fortran.el
test-ob-header-arg-defaults.el
test-ob-lilypond.el
test-ob-lob.el
test-ob-maxima.el
test-ob-octave.el
test-ob-perl.el
test-ob-python.el
test-ob-R.el
test-ob-ruby.el
test-ob-sed.el
test-ob-shell.el
test-ob-table.el
test-ob-tangle.el
test-ob.el Change export block syntax 2015-12-20 21:56:27 +01:00
test-org-capture.el
test-org-clock.el
test-org-datetree.el org-datetree.el: Code cleanup 2015-12-29 21:57:50 +01:00
test-org-element.el org-element: Ignore plain footnotes 2015-12-22 16:55:17 +01:00
test-org-footnote.el org-footnote: Update library wrt new footnote syntax 2015-12-22 16:55:17 +01:00
test-org-inlinetask.el
test-org-list.el
test-org-macro.el
test-org-pcomplete.el Fix property name completion 2015-12-29 21:53:56 +01:00
test-org-protocol.el org-protocol: Allow key=val&key2=val2-style URLs 2015-12-22 13:41:45 +01:00
test-org-src.el org-src: Preserve tab characters unrelated to indentation 2015-10-08 18:57:30 +02:00
test-org-table.el org-table: Fix "$<" constructs in formulas 2015-12-18 22:30:41 +01:00
test-org-timer.el
test-org.el Fix property name completion 2015-12-29 21:53:56 +01:00
test-ox.el org-element: Ignore plain footnotes 2015-12-22 16:55:17 +01:00
test-property-inheritance.el