http://www.astro.uva.nl/~dominik/Tools/org/


Changes in 4.33

- Fast tag selection is now turned-on semi-automatically:

  - If you don't do configure tags using org-tag-alist or
    the #+TAGS: line, you still get completion on all tags
    currently used in the buffer.  This is how it used to
    be before 4.32.

  - If you do configure tags, but choose *not* to specify
    selection characters, you will also get completion
    as your tag-selection interface, but completion only
    on the configured tags, not on any random tags or typos
    in the buffer.
    Example:
    #+TAGS: @HOME @WORK @CLUB

  - If you do configure tags and at least the first configured
    tag has an associated selection character, then automatically
    fast tag selection will be used.
    Example:
    #+TAGS: @HOME(h) @WORK(w) @CLUB(c)

  You may use the variable org-use-fast-tag-selection to turn fast
  selection on or off, independent of the way tags are configured.
  The manual section about tags does describe this.

- Commands to move in plain lists: S-up and S-down
  Requested by Raman.

- Cleanup and consolidation of the 4.32 release.

- Some bug fixes and documentation improvements.

- Emacs CVS is up to sync again with the newest org.el
  Hopefully this will continue to be the case from now on.

Enjoy!

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to