emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Org-mode 4.51


From: Carsten Dominik
Subject: [Orgmode] Org-mode 4.51
Date: Sun, 1 Oct 2006 11:32:44 +0200

Org-mode 4.51 is at

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

Changed in version 4.51
-----------------------

- Link abbreviations

    Links can be abbreviated with a syntax that feels like a new
    link type.  Thanks to Dale Smith for bringing this up and
    suggesting an implementation.

    For example, if you want to link frequently to wikipedia
    articles, you could define an abbreviation like

    #+LINK: wp http://en.wikipedia.org/wiki/%s

    and then use it like [[wp::Albert_Einstein]]

    For more details, see the manual.

- More control over how the agenda is displayed

    There are now two variables that help to control how the
    agenda is displayed, and whether the pre-agenda window
    configuration of your setup will be restored when the agenda
    exits.  Thanks to Eddward DeVilla for triggering this
    development.  The new variables are org-agenda-window-setup
    and org-agenda-restore-windows-after-quit.

    For example, Eddward, you might want to use

      (setq org-agenda-window-setup 'current-window
            org-agenda-restore-windows-after-quit t)

    while the default is geven by:

      (setq org-agenda-window-setup 'reorganize-frame
            org-agenda-restore-windows-after-quit nil)

    This is similar to previous behavior, but a bit less dumb in
    the sense that a present agenda window will always be reused.

- Bug fixes

Enjoy.

- Carsten



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

[Prev in Thread] Current Thread [Next in Thread]