* Org-mode 4.51
@ 2006-10-01 9:32 Carsten Dominik
2006-10-02 20:22 ` Eddward DeVilla
0 siblings, 1 reply; 2+ messages in thread
From: Carsten Dominik @ 2006-10-01 9:32 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Org-mode 4.51
2006-10-01 9:32 Org-mode 4.51 Carsten Dominik
@ 2006-10-02 20:22 ` Eddward DeVilla
0 siblings, 0 replies; 2+ messages in thread
From: Eddward DeVilla @ 2006-10-02 20:22 UTC (permalink / raw)
To: emacs-orgmode
The new agenda flags are clear, simple, flexible and they work great!
Thanks again Carsten!
On 10/1/06, Carsten Dominik <dominik@science.uva.nl> wrote:
> 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
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-02 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-01 9:32 Org-mode 4.51 Carsten Dominik
2006-10-02 20:22 ` Eddward DeVilla
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.