mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-08 21:38:10 +00:00
6.13pre02.
This commit is contained in:
parent
669b8ffd23
commit
81e3b95843
@ -23,7 +23,7 @@
|
||||
|
||||
The remember buffers created with Org's extensions are in
|
||||
Org-mode, which is nice to prepare snippets that will
|
||||
actually be sotred in Org-mode files. However, this makes it
|
||||
actually be stored in Org-mode files. However, this makes it
|
||||
hard to configure key bindings without modifying the Org-mode
|
||||
keymap. There is now a minor mode active in these buffers,
|
||||
`org-remember-mode', and its keymap org-remember-mode-map can
|
||||
@ -44,6 +44,8 @@
|
||||
binding (by binding this key to nil in the minor mode map),
|
||||
so that you can use =C-c C-c= again to set tags.
|
||||
|
||||
This modification is based on a request by Tim O'Callaghan.
|
||||
|
||||
*** Support for ido completion
|
||||
|
||||
You can now get the completion interface from /ido.el/ for
|
||||
@ -51,6 +53,8 @@
|
||||
variable =org-completion-use-ido=. =ido=mode= must also be
|
||||
active before you can use this.
|
||||
|
||||
This change is based upon a request by Samuel Wales.
|
||||
|
||||
*** New face for date lines in agenda column view
|
||||
|
||||
When column view is active in the agenda, and when you have
|
||||
@ -59,6 +63,8 @@
|
||||
harder to see. If this bothers you, you can now customize
|
||||
the face =org-agenda-column-dateline=.
|
||||
|
||||
This is based on a request by George Pearson.
|
||||
|
||||
*** Invisible targets become now anchors in headlines.
|
||||
|
||||
These anchors can be used to jump to a directly with an HTML
|
||||
@ -71,6 +77,8 @@
|
||||
,*** a headline
|
||||
#+end_src
|
||||
|
||||
This is based on a request by Matt Lundin.
|
||||
|
||||
*** New contributed file /org-exp-blocks.el/
|
||||
|
||||
This new file implements special export behavior of
|
||||
@ -86,11 +94,12 @@
|
||||
/org-exp-blocks.el/.
|
||||
|
||||
Kudos to Eric Schulte for this new functionality, after
|
||||
org-plot.el already his second major contribution. Thanks to
|
||||
Stathis for this excellent program, and for allowing us to
|
||||
/org-plot.el/ already his second major contribution. Thanks
|
||||
to Stathis for this excellent program, and for allowing us to
|
||||
bundle it with Org-mode.
|
||||
|
||||
*** New contributed file /org-eval-light.el/
|
||||
|
||||
This module gives contrib over execution Emacs Lisp code
|
||||
blocks included in a file.
|
||||
|
||||
@ -113,11 +122,7 @@
|
||||
'org-translate-link-from-planner)
|
||||
#+end_src
|
||||
|
||||
This will work for pretty much all links where Org does
|
||||
support the same or a similar protocol. However, the
|
||||
translator is a quick hack, and maybe we need to refine it.
|
||||
|
||||
I guess a similar translator could be written and integrated
|
||||
I guess an inverse translator could be written and integrated
|
||||
into Planner.
|
||||
|
||||
*** BBDB links may use regular expressions.
|
||||
@ -126,6 +131,11 @@
|
||||
|
||||
*** =yank-pop= works again after yanking an outline tree
|
||||
|
||||
Samuel Wales had noticed that org-yank did mess up this
|
||||
functionality. Now you can use =yank-pop= again, the only
|
||||
restriction is that the so-yanked text will not be
|
||||
pro/demoted or folded.
|
||||
|
||||
*** Link abbreviations can use %h to insert a url-encoded target value
|
||||
|
||||
Thanks to Steve Purcell for a patch to this effect.
|
||||
@ -135,7 +145,7 @@
|
||||
Thanks to Sebastian Rose for pushing this.
|
||||
|
||||
*** Many bug fixes again.
|
||||
|
||||
|
||||
* Version 6.12
|
||||
** Overview
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
The is a distribution of Org, a plain text notes and project planning
|
||||
tool for Emacs.
|
||||
|
||||
The version of this release is: 6.13pre01
|
||||
The version of this release is: 6.13pre02
|
||||
|
||||
The homepage of Org is at http://orgmode.org
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
@setfilename ../../info/org
|
||||
@settitle The Org Manual
|
||||
|
||||
@set VERSION 6.13pre01
|
||||
@set VERSION 6.13pre02
|
||||
@set DATE November 2008
|
||||
|
||||
@dircategory Emacs
|
||||
|
@ -1,5 +1,5 @@
|
||||
% Reference Card for Org Mode
|
||||
\def\orgversionnumber{6.13pre01}
|
||||
\def\orgversionnumber{6.13pre02}
|
||||
\def\versionyear{2008} % latest update
|
||||
\def\year{2008} % latest copyright year
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
;; Author: John Wiegley <johnw@newartisans.com>
|
||||
;; Keywords: org data task
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -6,7 +6,7 @@
|
||||
;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Bastien Guerry <bzg at altern dot org>
|
||||
;; Carsten Dominik <carsten dot dominik at gmail dot com>
|
||||
;; Keywords: org, wp, remember
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
;;
|
||||
;; Emacs Lisp Archive Entry
|
||||
;; Filename: org-export-latex.el
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;; Author: Bastien Guerry <bzg AT altern DOT org>
|
||||
;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
|
||||
;; Keywords: org, wp, tex
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -6,7 +6,7 @@
|
||||
;; Tassilo Horn <tassilo at member dot fsf dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
;;
|
||||
;; Author: Philip Jackson <emacs@shellarchive.co.uk>
|
||||
;; Keywords: erc, irc, link, org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -6,7 +6,7 @@
|
||||
;; Bastien Guerry <bzg AT altern DOT org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -3,7 +3,7 @@
|
||||
;; Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: John Wiegley <johnw@gnu.org>
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
;;
|
||||
;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
|
||||
;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Eric Schulte <schulte dot eric at gmail dot com>
|
||||
;; Keywords: tables, plotting
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@
|
||||
;; Author: David O'Toole <dto@gnu.org>
|
||||
;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
|
||||
;; Keywords: hypermedia, outlines, wp
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
||||
;; Keywords: outlines, hypermedia, calendar, wp
|
||||
;; Homepage: http://orgmode.org
|
||||
;; Version: 6.13pre01
|
||||
;; Version: 6.13pre02
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
@ -92,7 +92,7 @@
|
||||
|
||||
;;; Version
|
||||
|
||||
(defconst org-version "6.13pre01"
|
||||
(defconst org-version "6.13pre02"
|
||||
"The version number of the file org.el.")
|
||||
|
||||
(defun org-version (&optional here)
|
||||
|
Loading…
x
Reference in New Issue
Block a user