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 | |
| parent | 2e3c2398e324b26d69f4cc997e29b5cfe5870cd5 (diff) | |
| download | emacs-04c285b2644d4fc551c907365a574ebbfd260b23.tar.gz emacs-04c285b2644d4fc551c907365a574ebbfd260b23.zip | |
Fixes related to the last Org merge.
| -rw-r--r-- | doc/misc/org.texi | 2 | ||||
| -rw-r--r-- | etc/ORG-NEWS | 7 | ||||
| -rw-r--r-- | etc/refcards/orgcard.tex | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 66 |
4 files changed, 29 insertions, 48 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 93efa8e0a8d..75298db29fe 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -262,7 +262,7 @@ | |||
| 262 | @copying | 262 | @copying |
| 263 | This manual is for Org version @value{VERSION}. | 263 | This manual is for Org version @value{VERSION}. |
| 264 | 264 | ||
| 265 | Copyright @copyright{} 2004--2012 Free Software Foundation, Inc. | 265 | Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. |
| 266 | 266 | ||
| 267 | @quotation | 267 | @quotation |
| 268 | Permission is granted to copy, distribute and/or modify this document | 268 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index e0f8812ab1d..4d16d1925eb 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -43,13 +43,6 @@ consistent with using the `:' key in agenda view. | |||
| 43 | You can now use `=' for [[doc::org-columns][org-columns]]. | 43 | You can now use `=' for [[doc::org-columns][org-columns]]. |
| 44 | 44 | ||
| 45 | ** =org-float= is now obsolete, use =diary-float= instead | 45 | ** =org-float= is now obsolete, use =diary-float= instead |
| 46 | ** No GPL manual anymore | ||
| 47 | |||
| 48 | There used to be a GPL version of the Org manual, but this is not the | ||
| 49 | case anymore, the Free Software Foundation does not permit this. | ||
| 50 | |||
| 51 | The GNU FDL license is now included in the manual directly. | ||
| 52 | |||
| 53 | ** Enhanced compatibility with Emacs 22 and XEmacs | 46 | ** Enhanced compatibility with Emacs 22 and XEmacs |
| 54 | 47 | ||
| 55 | Thanks to Achim for his work on enhancing Org's compatibility with | 48 | Thanks to Achim for his work on enhancing Org's compatibility with |
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 221746ce85b..651d7dd08eb 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{7.9.3} | 2 | \def\orgversionnumber{7.9.3} |
| 3 | \def\versionyear{2013} % latest update | 3 | \def\versionyear{2013} % latest update |
| 4 | \def\year{2013} % latest copyright year | 4 | \input emacsver.tex |
| 5 | 5 | ||
| 6 | %**start of header | 6 | %**start of header |
| 7 | \newcount\columnsperpage | 7 | \newcount\columnsperpage |
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. |