Mercurial > emacs
comparison lisp/org/ChangeLog @ 100515:ce4ce31aa65a
Fix typos and author's names.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 19 Dec 2008 01:50:43 +0000 |
parents | b570c3b178d6 |
children | 3d3aa24c9713 |
comparison
equal
deleted
inserted
replaced
100514:acc649a7683b | 100515:ce4ce31aa65a |
---|---|
16 | 16 |
17 * Fix typos in comments and docstrings throughout Org-mode. | 17 * Fix typos in comments and docstrings throughout Org-mode. |
18 | 18 |
19 * org.el (org-get-outline-path): Fix bug if level is not given. | 19 * org.el (org-get-outline-path): Fix bug if level is not given. |
20 | 20 |
21 * org-agenda.el (org-finalize-agenda): Fix typo with variable | 21 * org-agenda.el (org-finalize-agenda): Fix typo with variable name. |
22 name. | |
23 | 22 |
24 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | 23 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> |
25 | 24 |
26 * org.el (org-refile): Avoid refiling to within the region to be | 25 * org.el (org-refile): Avoid refiling to within the region to be |
27 refiled. | 26 refiled. |
29 * org-export-latex.el (org-export-latex-special-chars): Replace | 28 * org-export-latex.el (org-export-latex-special-chars): Replace |
30 special characters also in tables. | 29 special characters also in tables. |
31 | 30 |
32 * org-agenda.el (org-agenda-change-all-lines): New argument | 31 * org-agenda.el (org-agenda-change-all-lines): New argument |
33 FORCE-TAGS. | 32 FORCE-TAGS. |
34 (org-agenda-set-tags): Cet the new tags and pas them to | 33 (org-agenda-set-tags): Get the new tags and pass them to |
35 `org-format-agenda-item'. | 34 `org-format-agenda-item'. |
36 | 35 |
37 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | 36 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> |
38 | 37 |
39 * org-export-latex.el (org-export-latex-classes): Add longable as | 38 * org-export-latex.el (org-export-latex-classes): Add longable as |
1867 * org.el (org-complete-expand-structure-template): New, | 1866 * org.el (org-complete-expand-structure-template): New, |
1868 experimental function. | 1867 experimental function. |
1869 (org-structure-template-alist): New, experimental option. | 1868 (org-structure-template-alist): New, experimental option. |
1870 (org-complete): Call `org-complete-expand-structure-template'. | 1869 (org-complete): Call `org-complete-expand-structure-template'. |
1871 | 1870 |
1872 2008-06-17 Bastien Guerry <bzg@altern.org> | 1871 2008-06-17 Bastien Guerry <bzg@altern.org> |
1873 | 1872 |
1874 * org-export-latex.el (org-export-latex-preprocess): Added | 1873 * org-export-latex.el (org-export-latex-preprocess): Added |
1875 support for blockquotes. | 1874 support for blockquotes. |
1876 | 1875 |
1877 2008-06-17 Carsten Dominik <dominik@science.uva.nl> | 1876 2008-06-17 Carsten Dominik <dominik@science.uva.nl> |
1885 tag bold. | 1884 tag bold. |
1886 | 1885 |
1887 * org-exp.el (org-export-as-html, org-close-li): Implement | 1886 * org-exp.el (org-export-as-html, org-close-li): Implement |
1888 description lists. | 1887 description lists. |
1889 | 1888 |
1890 2008-06-17 Jason Riedy <jason@acm.org> | 1889 2008-06-17 Jason Riedy <jason@acm.org> |
1891 | 1890 |
1892 * org-table.el (*orgtbl-default-fmt*): New variable. | 1891 * org-table.el (*orgtbl-default-fmt*): New variable. |
1893 (orgtbl-format-line): Use the value of *orgtbl-default-fmt* | 1892 (orgtbl-format-line): Use the value of *orgtbl-default-fmt* |
1894 when there is no other fmt available. | 1893 when there is no other fmt available. |
1895 | 1894 |