[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Org-mode version 5.12
From: |
Carsten Dominik |
Subject: |
[Orgmode] Org-mode version 5.12 |
Date: |
Fri, 12 Oct 2007 06:09:14 +0200 |
Org-mode 5.12 is up on http://orgmode.org
Enjoy!
- Carsten
Changes in Version 5.12
-----------------------
* Overview
- Remember templates can now have a name.
- `C-c C-k' will abort taking a note (remember of log)
- `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg.
- Lines in the agenda can be fontified according to priority.
- New variable `org-scheduled-past-days'.
- New variables `org-agenda-deadline-leaders' and
`org-agenda-scheduled-leaders'.
- New sparse tree function `org-sparse-tree'.
- The variable `org-ellipsis' now defaults to `org-link'.
- The #+OPTIONS line has a new option "tags".
- New variable `org-use-property-inheritance'.
* Incompatible Changes
- `C-c /' now calls `org-sparse-tree'.
* Details
- Remember templates can now have a template name as the first
element. The name will be listed along with the selection
character when prompting for a template. It is best to have
the name start with the selection character, for example if
you use ("Note" "n"), you will be prompted like "[n]ote".
Thanks to Matiyam for this proposal.
- `C-c C-k' will abort taking a note. You can use this in remember
buffers and when taking a logging note (e.g. for a state
change). Thanks to Bastien.
- `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg to
cut N sequential subtrees. This was a proposal by John.
- Lines in the agenda are now bold if they have priority A and
italic if they have priority C. You can turn this off using
the variable `org-agenda-fontify-priorities'. Thanks to
John Wiegley for the idea and code.
- New variable `org-scheduled-past-days' to set the number a
scheduled item will be listed after its date has passed.
Default is 10000, i.e. indefinitely.
- New variables `org-agenda-deadline-leaders' and
`org-agenda-scheduled-leaders' to adjust the leading text o
scheduled items and deadline in the agenda. Thanks to John
Wiegley for a patch.
- New sparse tree function `org-sparse-tree'. This is now the
default binding for `C-c /'. It requires one additional
keypress to select a command, but in return is provides a
single interface to all the different sparse tree commands,
with full completion support.
- The variable `org-ellipsis' now defaults to the face
`org-link' because the visibility of the dots is really bad
and I have found this change very useful indeed.
- The #+OPTIONS line has a new option "tags" which can be used
to set `org-export-with-tags'. Thanks to Wanrong Lin for
this proposal.
- New variable `org-use-property-inheritance'. Configure it
to `t' if you want that searching for entries with certain
properties always should assume inheritance. This is not
well tested yet, please check it out.
- Bug fixes
- [Orgmode] Org-mode version 5.12,
Carsten Dominik <=