diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | etc/ORG-NEWS | 44 | ||||
| -rw-r--r-- | etc/refcards/orgcard.pdf | bin | 118624 -> 118630 bytes | |||
| -rw-r--r-- | etc/refcards/orgcard.tex | 4 |
4 files changed, 49 insertions, 2 deletions
| @@ -205,6 +205,9 @@ property using the supplied face spec. | |||
| 205 | *** Face specs set via Custom themes now replace the `defface' spec | 205 | *** Face specs set via Custom themes now replace the `defface' spec |
| 206 | rather than inheriting from it (as do face specs set via Customize). | 206 | rather than inheriting from it (as do face specs set via Customize). |
| 207 | 207 | ||
| 208 | *** New face characteristic (supports :underline (:style wave)) | ||
| 209 | specifies whether or not the terminal can display a wavy line. | ||
| 210 | |||
| 208 | ** time-to-seconds is not obsolete any more. | 211 | ** time-to-seconds is not obsolete any more. |
| 209 | ** New function special-form-p. | 212 | ** New function special-form-p. |
| 210 | ** Docstrings can be made dynamic by adding a `dynamic-docstring-function' | 213 | ** Docstrings can be made dynamic by adding a `dynamic-docstring-function' |
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index a84165a0f74..4d16d1925eb 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -1,10 +1,54 @@ | |||
| 1 | ORG NEWS -- history of user-visible changes. -*- org -*- | 1 | ORG NEWS -- history of user-visible changes. -*- org -*- |
| 2 | 2 | ||
| 3 | #+LINK: doc http://orgmode.org/worg/doc.html#%s | ||
| 4 | |||
| 3 | Copyright (C) 2012-2013 Free Software Foundation, Inc. | 5 | Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 6 | See the end of the file for license conditions. |
| 5 | 7 | ||
| 6 | Please send Org bug reports to emacs-orgmode@gnu.org. | 8 | Please send Org bug reports to emacs-orgmode@gnu.org. |
| 7 | 9 | ||
| 10 | * Version 7.9.3 | ||
| 11 | |||
| 12 | ** New option [[doc::org-agenda-use-tag-inheritance][org-agenda-use-tag-inheritance]] | ||
| 13 | |||
| 14 | [[doc::org-use-tag-inheritance][org-use-tag-inheritance]] controls whether tags are inherited when | ||
| 15 | org-tags-view is called (either in =tags=, =tags-tree= or =tags-todo= | ||
| 16 | agenda views.) | ||
| 17 | |||
| 18 | When generating other agenda types such as =agenda=, =todo= and | ||
| 19 | =todo-tree=, tags inheritance is not used when selecting the entries | ||
| 20 | to display. Still, you might want to have all tag information correct | ||
| 21 | in the agenda buffer, e.g. for tag filtering. In that case, add the | ||
| 22 | agenda type to this variable. | ||
| 23 | |||
| 24 | Setting this variable to nil should considerably speeds up the agenda | ||
| 25 | generation. | ||
| 26 | |||
| 27 | Note that the default was to display inherited tags in the agenda | ||
| 28 | lines even if `org-use-tag-inheritance' was nil. The default is now | ||
| 29 | to *never* display inherited tags in agenda lines, but to /know/ about | ||
| 30 | them when the agenda type is listed in [[doc::org-agenda-use-tag-inheritance][org-agenda-use-tag-inheritance]]. | ||
| 31 | |||
| 32 | ** New default value nil for [[doc::org-agenda-dim-blocked-tasks][org-agenda-dim-blocked-tasks]] | ||
| 33 | |||
| 34 | Using `nil' as the default value speeds up the agenda generation. You | ||
| 35 | can hit `#' (or `C-u #') in agenda buffers to temporarily dim (or turn | ||
| 36 | invisible) blocked tasks. | ||
| 37 | |||
| 38 | ** New speedy keys for [[doc::org-speed-commands-default][org-speed-commands-default]] | ||
| 39 | |||
| 40 | You can now use `:' (instead of `;') for setting tags---this is | ||
| 41 | consistent with using the `:' key in agenda view. | ||
| 42 | |||
| 43 | You can now use `=' for [[doc::org-columns][org-columns]]. | ||
| 44 | |||
| 45 | ** =org-float= is now obsolete, use =diary-float= instead | ||
| 46 | ** Enhanced compatibility with Emacs 22 and XEmacs | ||
| 47 | |||
| 48 | Thanks to Achim for his work on enhancing Org's compatibility with | ||
| 49 | various Emacsen. Things may not be perfect, but Org should work okay | ||
| 50 | in most environments. | ||
| 51 | |||
| 8 | * Version 7.9.2 | 52 | * Version 7.9.2 |
| 9 | 53 | ||
| 10 | ** New ELPA repository for Org packages | 54 | ** New ELPA repository for Org packages |
diff --git a/etc/refcards/orgcard.pdf b/etc/refcards/orgcard.pdf index ccc02ae7968..8fc57d9c6d8 100644 --- a/etc/refcards/orgcard.pdf +++ b/etc/refcards/orgcard.pdf | |||
| Binary files differ | |||
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 487b72be464..651d7dd08eb 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{7.9.2} | 2 | \def\orgversionnumber{7.9.3} |
| 3 | \def\versionyear{2012} % latest update | 3 | \def\versionyear{2013} % latest update |
| 4 | \input emacsver.tex | 4 | \input emacsver.tex |
| 5 | 5 | ||
| 6 | %**start of header | 6 | %**start of header |