aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-01-10 00:04:21 +0100
committerJoakim Verona2013-01-10 00:04:21 +0100
commit09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch)
tree9376433d772aa4a302b231af1c601bcb4440c9f1 /etc
parent0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff)
parent51fb5578777d1041feaab31651b65e09e1731d33 (diff)
downloademacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz
emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
-rw-r--r--etc/ORG-NEWS44
-rw-r--r--etc/refcards/orgcard.pdfbin118624 -> 118630 bytes
-rw-r--r--etc/refcards/orgcard.tex4
4 files changed, 49 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d826ec37458..29e0d5a9fe5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
206rather than inheriting from it (as do face specs set via Customize). 206rather than inheriting from it (as do face specs set via Customize).
207 207
208*** New face characteristic (supports :underline (:style wave))
209specifies 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 @@
1ORG NEWS -- history of user-visible changes. -*- org -*- 1ORG NEWS -- history of user-visible changes. -*- org -*-
2 2
3#+LINK: doc http://orgmode.org/worg/doc.html#%s
4
3Copyright (C) 2012-2013 Free Software Foundation, Inc. 5Copyright (C) 2012-2013 Free Software Foundation, Inc.
4See the end of the file for license conditions. 6See the end of the file for license conditions.
5 7
6Please send Org bug reports to emacs-orgmode@gnu.org. 8Please 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
15org-tags-view is called (either in =tags=, =tags-tree= or =tags-todo=
16agenda views.)
17
18When generating other agenda types such as =agenda=, =todo= and
19=todo-tree=, tags inheritance is not used when selecting the entries
20to display. Still, you might want to have all tag information correct
21in the agenda buffer, e.g. for tag filtering. In that case, add the
22agenda type to this variable.
23
24Setting this variable to nil should considerably speeds up the agenda
25generation.
26
27Note that the default was to display inherited tags in the agenda
28lines even if `org-use-tag-inheritance' was nil. The default is now
29to *never* display inherited tags in agenda lines, but to /know/ about
30them 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
34Using `nil' as the default value speeds up the agenda generation. You
35can hit `#' (or `C-u #') in agenda buffers to temporarily dim (or turn
36invisible) blocked tasks.
37
38** New speedy keys for [[doc::org-speed-commands-default][org-speed-commands-default]]
39
40You can now use `:' (instead of `;') for setting tags---this is
41consistent with using the `:' key in agenda view.
42
43You 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
48Thanks to Achim for his work on enhancing Org's compatibility with
49various Emacsen. Things may not be perfect, but Org should work okay
50in 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