From 14ffcc8b9a9284ecd02e0649c224834f1f7a917a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 24 Jul 2008 06:26:02 -0700 Subject: [PATCH] Release 6.06. --- ORGWEBPAGE/Changes.org | 80 +++++++++++++++++++++++++++++++--------------- ORGWEBPAGE/index.org | 6 ++-- README_DIST | 2 +- doc/org.texi | 2 +- doc/orgcard.tex | 2 +- lisp/org-agenda.el | 2 +- lisp/org-archive.el | 2 +- lisp/org-bbdb.el | 2 +- lisp/org-bibtex.el | 2 +- lisp/org-clock.el | 2 +- lisp/org-colview-xemacs.el | 2 +- lisp/org-colview.el | 2 +- lisp/org-compat.el | 2 +- lisp/org-exp.el | 2 +- lisp/org-export-latex.el | 2 +- lisp/org-faces.el | 2 +- lisp/org-gnus.el | 2 +- lisp/org-id.el | 2 +- lisp/org-info.el | 2 +- lisp/org-irc.el | 2 +- lisp/org-jsinfo.el | 2 +- lisp/org-mac-message.el | 2 +- lisp/org-macs.el | 2 +- lisp/org-mew.el | 2 +- lisp/org-mhe.el | 2 +- lisp/org-mouse.el | 2 +- lisp/org-publish.el | 2 +- lisp/org-remember.el | 2 +- lisp/org-rmail.el | 2 +- lisp/org-table.el | 2 +- lisp/org-vm.el | 2 +- lisp/org-wl.el | 2 +- lisp/org.el | 4 +-- 33 files changed, 89 insertions(+), 61 deletions(-) diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org index 65fba7f4a..3131b3730 100644 --- a/ORGWEBPAGE/Changes.org +++ b/ORGWEBPAGE/Changes.org @@ -10,29 +10,38 @@ #+LINK_UP: index.html #+LINK_HOME: http://orgmode.org -* Version 6.06 (in preparation) +* Version 6.06 :PROPERTIES: :VISIBILITY: content :END: ** Overview + + - New, more CSS-like setup for HTML style information + - Attributes in hyperlinks, for example alt and title for images + - Simplified way to specify file links + - Modified behavior of time stamps in iCalendar export + - New way to compare times during a property search + - New option `org-open-directory-means-index' + - New parameters :prefix and :prefix1 for include files + - New option :index-style for org-publish + - New structure for the timestamp directory for org-publish. + ** Incompatible changes + *** New structure for the timestamp directory for org-publish. + The timestamp directory now uses SHA1 hashed versions of the path to each publishing file. This should be a consistent and system-independent way to handle things. The change means that your next publishing command will publish each and - every file again, but just once, until the timestamps are - updated. + every file again, but just once, until new time stamps are in + place. ** Details -*** New parameters :prefix and :prefix1 for include files - These parameters specify prefixes for each line of included - text. :prefix1 is only for the first line, :prefix for all - other lines. - *** New setup for HTML style information + In order to create a more CSS-like setup of the HTML style information, the following changes have been made: - The default style has moved to a constant, @@ -57,6 +66,7 @@ This follows a proposal by Rustom Mody. *** Attributes in hyperlinks + You can now set attributes in hyperlinks that will be used when publishing to HTML. For example, if you want to use the ALT and TITLE attributes of an inlined image, here is who to @@ -64,18 +74,7 @@ : [[./img/a.jpg{{alt="This is image A" title="Image with no action"}}] ] -*** A way to compare times during a property search - If the comparison value in a property search is a string that - is enclosed in angular brackets, a time comparison will be - done. For example - - : +DEADLINE>="<2008-12-24 15:20>" - - looks for entries with a deadline on or after that time. - Special allowed values are "" (with time) and "" - (date only). - - This is based on a request by Manish. + Thanks to Charles Chen for this idea. *** Simplified way to specify file links @@ -94,6 +93,7 @@ #+end_src *** Changes in iCalendar export + Deadline and scheduling time stamps are now treated differently in iCalendar export. The default behavior is now the following: @@ -121,20 +121,48 @@ Thanks to Karen Cooke for triggering this change. -*** New option :index-style for org-publish - This option can be used to switch the style of the index - produced by org-publish. Can be `list' (index is just an - itemized list of the titles of the files involved) or `tree' - (the directory structure of the source files is reflected in - the index). Defaults to `tree'. +*** New way to compare times during a property search + + If the comparison value in a property search is a string that + is enclosed in angular brackets, a time comparison will be + done. For example + + : +DEADLINE>="<2008-12-24 15:20>" + + looks for entries with a deadline on or after that time. + Special allowed values are "" (with time) and "" + (date only). + + This is based on a request by Manish. *** New option `org-open-directory-means-index' + When set, a link pointing to a directory will actually open the index.org file in that directory. This is a good setting inside a publishing project. When not set, you get a finder/explorer window for that directory, or dired, depending on system and setup. + This follows a request by Richard Riley. + +*** New parameters :prefix and :prefix1 for include files + + These parameters specify prefixes for each line of included + text. :prefix1 is only for the first line, :prefix for all + other lines. + + This follows a proposal by Richard Riley. + +*** New option :index-style for org-publish + + This option can be used to switch the style of the index + produced by org-publish. Can be `list' (index is just an + itemized list of the titles of the files involved) or `tree' + (the directory structure of the source files is reflected in + the index). The default is `tree'. + + Thanks to Sebastian Rose for the patch. + * Version 6.05 If I were to name my releases, this one would be called "Adam". diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index a304d40b6..605e12699 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -39,9 +39,9 @@ structured ASCII file, HTML, and LaTeX. Check out the [[file:GoogleTech.org][Google Tech Talk]] about Org-mode. -* Current Version (6.05b) and Compatibility +* Current Version (6.06) and Compatibility -The current version is 6.05b. To see what has changed in recent +The current version is 6.06. To see what has changed in recent releases, check this [[file:Changes.html][list of user-visible changes]]. These descriptions are extensive, to avoid that people will be printing the manual after each incremental release. If you have an older version of the manual, @@ -58,7 +58,7 @@ release. ** The standard distribution -Download as [[file:org-6.05b.zip][zip file]] or [[file:org-6.05b.tar.gz][gzipped tar archive]]. These archives contain +Download as [[file:org-6.06.zip][zip file]] or [[file:org-6.06.tar.gz][gzipped tar archive]]. These archives contain both the Lisp file org.el and the documentation in PDF and (TeX)Info formats. A shell script to simplify upgrading to the newest release has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here]]. diff --git a/README_DIST b/README_DIST index e38d65eb8..12694bdfc 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.06pre01 +The version of this release is: 6.06 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index d558732bb..29f3eebbe 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -3,7 +3,7 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 6.06pre01 +@set VERSION 6.06 @set DATE July 2008 @dircategory Emacs diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 7b0aa77fc..130ba67da 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{6.06pre01} +\def\orgversionnumber{6.06} \def\versionyear{2008} % latest update \def\year{2008} % latest copyright year diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 5440cca45..c9dd77971 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 19050b056..6f74a458d 100644 --- a/lisp/org-archive.el +++ b/lisp/org-archive.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index bf4eff5da..704d2aa6c 100644 --- a/lisp/org-bbdb.el +++ b/lisp/org-bbdb.el @@ -6,7 +6,7 @@ ;; Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b59d993e0..73115762f 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -5,7 +5,7 @@ ;; Author: Bastien Guerry ;; Carsten Dominik ;; Keywords: org, wp, remember -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index b46d48638..4e5a8240f 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index 27599ec7d..456ab8643 100644 --- a/lisp/org-colview-xemacs.el +++ b/lisp/org-colview-xemacs.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 75ca2be7a..5da266fee 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 154864385..8c3841ea6 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp.el b/lisp/org-exp.el index bb189295f..d80d55249 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el index 28b497d72..96c038863 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.06pre01 +;; Version: 6.06 ;; Author: Bastien Guerry ;; Maintainer: Bastien Guerry ;; Keywords: org, wp, tex diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 1f5839694..738cedd01 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 8f2261349..cb3acc527 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index 7d5547b2b..0e8a60716 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index fadbc0f39..03436ac21 100644 --- a/lisp/org-info.el +++ b/lisp/org-info.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-irc.el b/lisp/org-irc.el index 1ae4ce545..a7109a080 100644 --- a/lisp/org-irc.el +++ b/lisp/org-irc.el @@ -4,7 +4,7 @@ ;; ;; Author: Philip Jackson ;; Keywords: erc, irc, link, org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 4730fbd49..a88d0cb19 100644 --- a/lisp/org-jsinfo.el +++ b/lisp/org-jsinfo.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 988fc173e..589e11212 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 -;; Version: 6.06pre01 +;; Version: 6.06 ;; 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 133049674..f6fc21357 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index c6a10b8be..1b1fcc06b 100644 --- a/lisp/org-mew.el +++ b/lisp/org-mew.el @@ -5,7 +5,7 @@ ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index 9c97d86dc..08355ff1c 100644 --- a/lisp/org-mhe.el +++ b/lisp/org-mhe.el @@ -5,7 +5,7 @@ ;; Author: Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index 231712313..235f9cc34 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-publish.el b/lisp/org-publish.el index 4cb86df6f..81d455db4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -4,7 +4,7 @@ ;; Author: David O'Toole ;; Maintainer: Bastien Guerry ;; Keywords: hypermedia, outlines, wp -;; Version: 6.06pre01 +;; Version: 6.06 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index d46bdd4f8..aaeda97db 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index 0d2b59c53..e50a7e254 100644 --- a/lisp/org-rmail.el +++ b/lisp/org-rmail.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index d8b9f8304..236d165dd 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index f320aee7e..3a49bc576 100644 --- a/lisp/org-vm.el +++ b/lisp/org-vm.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 06cc7bcaa..17bd6c0d9 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -5,7 +5,7 @@ ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index c5f68da88..678fd0a68 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.06pre01 +;; Version: 6.06 ;; ;; This file is part of GNU Emacs. ;; @@ -91,7 +91,7 @@ ;;; Version -(defconst org-version "6.06pre01" +(defconst org-version "6.06" "The version number of the file org.el.") (defun org-version (&optional here) -- 2.11.4.GIT