diff options
| author | Carsten Dominik | 2008-12-20 14:29:47 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-12-20 14:29:47 +0000 |
| commit | a11ac4ae05cf7736d575b511c078f3a3c4ef9ec1 (patch) | |
| tree | 8cc211b2f0f3676596c12ffc52e5a1c3c8b462bf | |
| parent | 1e637a9fae53138f763ad1112bd2330adfac4e36 (diff) | |
| download | emacs-a11ac4ae05cf7736d575b511c078f3a3c4ef9ec1.tar.gz emacs-a11ac4ae05cf7736d575b511c078f3a3c4ef9ec1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/org/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index d796955f865..40f76c3c272 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 2 | |||
| 3 | * org.el (org-get-refile-targets, org-refile-get-location): Use | ||
| 4 | expanded file name to improve comparison. | ||
| 5 | |||
| 6 | 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 7 | |||
| 8 | * org.el (org-scan-tags): Rescan for tags, to get the correct | ||
| 9 | upcase/downcase stuff. This slows things down for now, but it | ||
| 10 | works. | ||
| 11 | (org-mode): Make sure the tag-faces regexp is initialized. | ||
| 12 | |||
| 13 | * org-export-latex.el (org-export-latex-links): Fix bug with | ||
| 14 | undefined label. | ||
| 15 | |||
| 16 | * org-table.el (org-table-get-specials): Set | ||
| 17 | `org-table-current-last-data-line'. | ||
| 18 | (org-table-current-last-data-line): New variable. | ||
| 19 | (org-table-insert-column, org-table-delete-column) | ||
| 20 | (org-table-move-column, org-table-fix-formulas): Call | ||
| 21 | `org-table-fix-formulas' a second time to fix the $LR references. | ||
| 22 | (org-table-get-specials): Add the $LR references to the tables. | ||
| 23 | (org-table-get-formula): Do not offer last-row names as LHS of | ||
| 24 | formulas. | ||
| 25 | |||
| 26 | * org.el (org-store-link): Capture link description from | ||
| 27 | `org-id-store-link'. | ||
| 28 | |||
| 29 | * org-exp.el (org-export-html-format-image): Add the / to the end | ||
| 30 | of the <img> tag. | ||
| 31 | (org-export-format-source-code): Surround example by empty lines, | ||
| 32 | to make sure it will not be inside a paragraph. | ||
| 33 | |||
| 34 | * org.el (org-ido-switchb): New function. | ||
| 35 | |||
| 36 | 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 37 | |||
| 38 | * org-agenda.el (org-agenda-show): New prefix argument | ||
| 39 | FULL-ENTRY. | ||
| 40 | |||
| 41 | * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC | ||
| 42 | argument. | ||
| 43 | |||
| 44 | |||
| 1 | 2008-12-20 Glenn Morris <rgm@gnu.org> | 45 | 2008-12-20 Glenn Morris <rgm@gnu.org> |
| 2 | 46 | ||
| 3 | * org.el (org-org-menu): Fix some more menu entries. | 47 | * org.el (org-org-menu): Fix some more menu entries. |