diff options
| author | Bastien Guerry | 2013-01-08 23:02:09 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-01-08 23:02:09 +0100 |
| commit | 04c285b2644d4fc551c907365a574ebbfd260b23 (patch) | |
| tree | 88fa3d43d36ce19390e97c5878cfc986cf37c7f2 /lisp | |
| parent | 2e3c2398e324b26d69f4cc997e29b5cfe5870cd5 (diff) | |
| download | emacs-04c285b2644d4fc551c907365a574ebbfd260b23.tar.gz emacs-04c285b2644d4fc551c907365a574ebbfd260b23.zip | |
Fixes related to the last Org merge.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/ChangeLog | 66 |
1 files changed, 27 insertions, 39 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index b87b580aeba..b6b376d75fd 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -77,12 +77,11 @@ | |||
| 77 | 77 | ||
| 78 | * org-icalendar.el (org-icalendar-print-entries): Refresh the | 78 | * org-icalendar.el (org-icalendar-print-entries): Refresh the |
| 79 | 'org-appt-warntime property. | 79 | 'org-appt-warntime property. |
| 80 | (org-icalendar-print-entries): Do not use `org-entry-get' to get | 80 | (org-icalendar-print-entries): |
| 81 | the "APPT_WARNTIME" property value. | ||
| 82 | |||
| 83 | * org-agenda.el (org-agenda-get-timestamps) | 81 | * org-agenda.el (org-agenda-get-timestamps) |
| 84 | (org-agenda-get-sexps, org-agenda-get-deadlines) | 82 | (org-agenda-get-sexps, org-agenda-get-deadlines) |
| 85 | (org-agenda-get-scheduled): Ditto. | 83 | (org-agenda-get-scheduled): Do not use `org-entry-get' to get the |
| 84 | "APPT_WARNTIME" property value. | ||
| 86 | 85 | ||
| 87 | * org.el (org-id-link-to-org-use-id): Fix compiler warning. | 86 | * org.el (org-id-link-to-org-use-id): Fix compiler warning. |
| 88 | 87 | ||
| @@ -95,8 +94,9 @@ | |||
| 95 | 94 | ||
| 96 | * org.el (org-refresh-effort-properties): New defun. | 95 | * org.el (org-refresh-effort-properties): New defun. |
| 97 | (org-get-effort): Delete. | 96 | (org-get-effort): Delete. |
| 98 | (org-set-effort): Set the 'org-effort text property. | 97 | (org-set-effort): |
| 99 | (org-property-next-allowed-value): Ditto. | 98 | (org-property-next-allowed-value): Set the 'org-effort text |
| 99 | property. | ||
| 100 | (org-agenda-prepare-buffers): Refresh effort properties. | 100 | (org-agenda-prepare-buffers): Refresh effort properties. |
| 101 | 101 | ||
| 102 | * org.el (org-read-date): Let-bind `mouse-autoselect-window' to | 102 | * org.el (org-read-date): Let-bind `mouse-autoselect-window' to |
| @@ -214,16 +214,16 @@ | |||
| 214 | compatibility function. | 214 | compatibility function. |
| 215 | 215 | ||
| 216 | * org.el (org-table-map-tables): Fix allowed blocks. | 216 | * org.el (org-table-map-tables): Fix allowed blocks. |
| 217 | (org-edit-special): Fix regression: allow editing HTML and LaTeX | ||
| 218 | source blocks again. | ||
| 219 | 217 | ||
| 220 | * org-src.el (org-edit-src-code): Ditto. | 218 | * org.el (org-edit-special): |
| 219 | * org-src.el (org-edit-src-code): Fix regression: allow editing | ||
| 220 | HTML and LaTeX source blocks again. | ||
| 221 | 221 | ||
| 222 | * org.el (org-nonsticky-props): Add `htmlize-link'. | 222 | * org.el (org-nonsticky-props): Add `htmlize-link'. |
| 223 | (org-nonsticky-props): Add `htmlize-link'. | 223 | (org-nonsticky-props): Add `htmlize-link'. |
| 224 | (org-edit-special): Don't edit in verbatim blocks. | ||
| 225 | 224 | ||
| 226 | * org-src.el (org-edit-src-code): Ditto. | 225 | * org.el (org-edit-special): |
| 226 | * org-src.el (org-edit-src-code): Don't edit in verbatim blocks. | ||
| 227 | 227 | ||
| 228 | * org-table.el (org-table-fedit-lisp-indent) | 228 | * org-table.el (org-table-fedit-lisp-indent) |
| 229 | (orgtbl-self-insert-command): Use `org-delete-backward-char' | 229 | (orgtbl-self-insert-command): Use `org-delete-backward-char' |
| @@ -240,19 +240,16 @@ | |||
| 240 | "example" and "verbatim". | 240 | "example" and "verbatim". |
| 241 | 241 | ||
| 242 | * org.el (org-delete-backward-char, org-delete-char): Save match | 242 | * org.el (org-delete-backward-char, org-delete-char): Save match |
| 243 | data (`delete-backward-char' and `delete-char' don't.) | 243 | data, `delete-backward-char' and `delete-char' don't. |
| 244 | (org-enable-table-editor, org-insert-heading) | ||
| 245 | (org-remove-timestamp-with-keyword, org-self-insert-command): | ||
| 246 | Use `delete-backward-char' instead of `backward-delete-char'. | ||
| 247 | 244 | ||
| 245 | * org.el (org-enable-table-editor, org-insert-heading) | ||
| 246 | (org-remove-timestamp-with-keyword, org-self-insert-command): | ||
| 248 | * org-table.el (org-table-fedit-lisp-indent) | 247 | * org-table.el (org-table-fedit-lisp-indent) |
| 249 | (orgtbl-self-insert-command): Ditto. | 248 | (orgtbl-self-insert-command): |
| 250 | 249 | * org-latex.el (org-export-latex-subcontent): | |
| 251 | * org-latex.el (org-export-latex-subcontent): Ditto. | 250 | * org-clock.el (org-clocktable-write-default): |
| 252 | 251 | * org-ascii.el (org-export-ascii-preprocess): Use | |
| 253 | * org-clock.el (org-clocktable-write-default): Ditto. | 252 | `delete-backward-char' instead of `backward-delete-char'. |
| 254 | |||
| 255 | * org-ascii.el (org-export-ascii-preprocess): Ditto. | ||
| 256 | 253 | ||
| 257 | * org.el (org-todo): Ignore the comment string when changing the | 254 | * org.el (org-todo): Ignore the comment string when changing the |
| 258 | TODO state of a headline. | 255 | TODO state of a headline. |
| @@ -324,20 +321,12 @@ | |||
| 324 | 321 | ||
| 325 | 2013-01-08 Dmitry Antipov <dmantipov@yandex.ru> | 322 | 2013-01-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 326 | 323 | ||
| 327 | * org-agenda.el (org-agenda-get-restriction-and-command): Use | 324 | * org-agenda.el (org-agenda-get-restriction-and-command): |
| 328 | `point-marker'. | 325 | * org-capture.el (org-capture-place-template): |
| 329 | 326 | * org-colview.el (org-dblock-write:columnview): | |
| 330 | * org-capture.el (org-capture-place-template): Ditto. | 327 | * org-mobile.el (org-mobile-locate-entry): |
| 331 | 328 | * org-table.el (org-table-convert-region): | |
| 332 | * org-colview-xemacs.el (org-dblock-write:columnview): Ditto. | 329 | * org.el (org-update-statistics-cookies): Use `point-marker'. |
| 333 | |||
| 334 | * org-colview.el (org-dblock-write:columnview): Ditto. | ||
| 335 | |||
| 336 | * org-mobile.el (org-mobile-locate-entry): Ditto. | ||
| 337 | |||
| 338 | * org-table.el (org-table-convert-region): Ditto. | ||
| 339 | |||
| 340 | * org.el (org-update-statistics-cookies): Ditto. | ||
| 341 | 330 | ||
| 342 | 2013-01-08 Eric Schulte <eric.schulte@gmx.com> | 331 | 2013-01-08 Eric Schulte <eric.schulte@gmx.com> |
| 343 | 332 | ||
| @@ -505,9 +494,8 @@ | |||
| 505 | * ob-haskell.el (org-export-as-latex): Don't use the obsoleted | 494 | * ob-haskell.el (org-export-as-latex): Don't use the obsoleted |
| 506 | argument `hidden'. | 495 | argument `hidden'. |
| 507 | 496 | ||
| 508 | * org.el (org-refile): Run within `with-demoted-errors' so | 497 | * org.el (org-refile): Run within `with-demoted-errors' so that a |
| 509 | that a corrupted bookmark file does not stop the refile | 498 | corrupted bookmark file does not stop the refile process. |
| 510 | process. | ||
| 511 | 499 | ||
| 512 | * org-capture.el (org-capture-bookmark-last-stored-position): | 500 | * org-capture.el (org-capture-bookmark-last-stored-position): |
| 513 | Ditto for the capture process. | 501 | Ditto for the capture process. |