summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-11-20 15:02:53 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2008-11-20 15:02:53 +0100
commit81e3b9584312d1502868eb48fa02acf7883f27a1 (patch)
tree4284a286e187abb799daa34f96b72b78c6c46c08
parent669b8ffd2387393f22853408bf4b7bce9f9fd231 (diff)
downloadorg-mode-81e3b9584312d1502868eb48fa02acf7883f27a1.tar.gz
6.13pre02.
-rw-r--r--ORGWEBPAGE/Changes.org28
-rw-r--r--README_DIST2
-rw-r--r--doc/org.texi2
-rw-r--r--doc/orgcard.tex2
-rw-r--r--lisp/org-agenda.el2
-rw-r--r--lisp/org-archive.el2
-rw-r--r--lisp/org-attach.el2
-rw-r--r--lisp/org-bbdb.el2
-rw-r--r--lisp/org-bibtex.el2
-rw-r--r--lisp/org-clock.el2
-rw-r--r--lisp/org-colview-xemacs.el2
-rw-r--r--lisp/org-colview.el2
-rw-r--r--lisp/org-compat.el2
-rw-r--r--lisp/org-exp.el2
-rw-r--r--lisp/org-export-latex.el2
-rw-r--r--lisp/org-faces.el2
-rw-r--r--lisp/org-gnus.el2
-rw-r--r--lisp/org-id.el2
-rw-r--r--lisp/org-info.el2
-rw-r--r--lisp/org-irc.el2
-rw-r--r--lisp/org-jsinfo.el2
-rw-r--r--lisp/org-list.el2
-rw-r--r--lisp/org-mac-message.el2
-rw-r--r--lisp/org-macs.el2
-rw-r--r--lisp/org-mew.el2
-rw-r--r--lisp/org-mhe.el2
-rw-r--r--lisp/org-mouse.el2
-rw-r--r--lisp/org-plot.el2
-rw-r--r--lisp/org-publish.el2
-rw-r--r--lisp/org-remember.el2
-rw-r--r--lisp/org-rmail.el2
-rw-r--r--lisp/org-table.el2
-rw-r--r--lisp/org-vm.el2
-rw-r--r--lisp/org-wl.el2
-rw-r--r--lisp/org.el4
35 files changed, 54 insertions, 44 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index e810bdd..2d59150 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -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
diff --git a/README_DIST b/README_DIST
index 11127ce..03c15ca 100644
--- a/README_DIST
+++ b/README_DIST
@@ -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
diff --git a/doc/org.texi b/doc/org.texi
index 2b3a414..ecd2b72 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index cc1935b..f14855f 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -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
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a0ecb28..07d5d37 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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.
;;
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 9ca8515..ca62fe3 100644
--- a/lisp/org-archive.el
+++ b/lisp/org-archive.el
@@ -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.
;;
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 5153ddd..ce5f5f6 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -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.
;;
diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el
index cd51ff4..b616343 100644
--- a/lisp/org-bbdb.el
+++ b/lisp/org-bbdb.el
@@ -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.
;;
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 6645628..00ce9b6 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -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.
;;
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index b0a41cb..ef2b99f 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -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.
;;
diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el
index f31fbf8..4a7f435 100644
--- a/lisp/org-colview-xemacs.el
+++ b/lisp/org-colview-xemacs.el
@@ -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.
;;
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index 8bfe743..a19ff16 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -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.
;;
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index a3adcaa..f34c811 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -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.
;;
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 9c1bbac..8255dc2 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -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.
;;
diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el
index a565715..5520465 100644
--- a/lisp/org-export-latex.el
+++ b/lisp/org-export-latex.el
@@ -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
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 1e34032..f11ff13 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -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.
;;
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 6367e2a..3f38f3d 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -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.
;;
diff --git a/lisp/org-id.el b/lisp/org-id.el
index bbe37d2..2c8440d 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -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.
;;
diff --git a/lisp/org-info.el b/lisp/org-info.el
index d9ea61e..729ddc0 100644
--- a/lisp/org-info.el
+++ b/lisp/org-info.el
@@ -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.
;;
diff --git a/lisp/org-irc.el b/lisp/org-irc.el
index 5e23d87..4d8fd1d 100644
--- a/lisp/org-irc.el
+++ b/lisp/org-irc.el
@@ -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.
;;
diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el
index e8d336c..707063d 100644
--- a/lisp/org-jsinfo.el
+++ b/lisp/org-jsinfo.el
@@ -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.
;;
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 1b394ed..24ef644 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -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.
;;
diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el
index efdea98..f31f054 100644
--- a/lisp/org-mac-message.el
+++ b/lisp/org-mac-message.el
@@ -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.
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index d810d7a..a1e6dfd 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -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.
;;
diff --git a/lisp/org-mew.el b/lisp/org-mew.el
index aad1e13..813a900 100644
--- a/lisp/org-mew.el
+++ b/lisp/org-mew.el
@@ -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.
diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el
index 343bb51..83751c0 100644
--- a/lisp/org-mhe.el
+++ b/lisp/org-mhe.el
@@ -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.
;;
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 4389bec..7a763f1 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -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.
;;
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index 3f23670..d413e56 100644
--- a/lisp/org-plot.el
+++ b/lisp/org-plot.el
@@ -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.
;;
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index 60d1741..21754b0 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publish.el
@@ -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.
;;
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 9a457b1..3aea656 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -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.
;;
diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el
index f2a780d..fa1bfe9 100644
--- a/lisp/org-rmail.el
+++ b/lisp/org-rmail.el
@@ -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.
;;
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 76fb0ca..5aef66a 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -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.
;;
diff --git a/lisp/org-vm.el b/lisp/org-vm.el
index e0aab8b..89a508f 100644
--- a/lisp/org-vm.el
+++ b/lisp/org-vm.el
@@ -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.
;;
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index 14e1067..f657e91 100644
--- a/lisp/org-wl.el
+++ b/lisp/org-wl.el
@@ -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.
;;
diff --git a/lisp/org.el b/lisp/org.el
index fa43017..9ce840d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)