From b681c7b26e6b5b2b613f345ea461ebb1a8fae884 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 23 May 2009 08:22:04 +0200 Subject: [PATCH] Release 6.27 --- ORGWEBPAGE/Changes.org | 102 ++++++++++++++++++++++----------------------- ORGWEBPAGE/index.org | 7 ++-- README_DIST | 2 +- doc/org.texi | 4 +- doc/orgcard.tex | 2 +- lisp/org-agenda.el | 2 +- lisp/org-archive.el | 2 +- lisp/org-ascii.el | 2 +- lisp/org-attach.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-docbook.el | 2 +- lisp/org-exp.el | 2 +- lisp/org-faces.el | 2 +- lisp/org-feed.el | 2 +- lisp/org-footnote.el | 2 +- lisp/org-gnus.el | 2 +- lisp/org-html.el | 2 +- lisp/org-icalendar.el | 2 +- lisp/org-id.el | 2 +- lisp/org-info.el | 2 +- lisp/org-inlinetask.el | 2 +- lisp/org-irc.el | 2 +- lisp/org-jsinfo.el | 2 +- lisp/org-latex.el | 2 +- lisp/org-list.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-plot.el | 2 +- lisp/org-protocol.el | 2 +- lisp/org-publish.el | 2 +- lisp/org-remember.el | 2 +- lisp/org-rmail.el | 2 +- lisp/org-table.el | 2 +- lisp/org-timer.el | 2 +- lisp/org-vm.el | 2 +- lisp/org-w3m.el | 2 +- lisp/org-wl.el | 2 +- lisp/org-xoxo.el | 2 +- lisp/org.el | 4 +- 47 files changed, 102 insertions(+), 101 deletions(-) diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org index 2d578964a..a6dc6fa3a 100644 --- a/ORGWEBPAGE/Changes.org +++ b/ORGWEBPAGE/Changes.org @@ -10,7 +10,7 @@ #+LINK_UP: index.html #+LINK_HOME: http://orgmode.org -* Version 6.27 (in preparation) +* Version 6.27 :PROPERTIES: :VISIBILITY: content :CUSTOM_ID: v6.26 @@ -43,17 +43,20 @@ Macro processing for export has been enhanced: The new built-in macros have been requested by Daniel Clemente. -*** Start Agenda with log mode active -Set the new option =org-agenda-start-with-log-mode= to have -log mode turned on from the start. Or set this option for -specific custom commands. - -Thanks to Benjamin Andresen for a patch to this effect. +*** Link completion for files and bbdb names -*** Tables in LaTeX without centering -Set the variable `org-export-latex-tables-centered' to nil if you -prefer tables not to be horizontally centered. Note that -longtable tables are always centered. +Org now has a general mechanism how modules can provide enhanced +support (for example through completion) when adding a link. For +example, when inserting a link with =C-c C-l=, you can now type +=file:= followed by =RET= to get completion support for inserting +a file. After entering =bbdb:= and =RET=, a completion interface +will allow to complete names in the BBDB database. These are the +only ones implemented right now, but modules that add a link type +=xyz:= can simple define =org-xyz-complete-link= that should +return the full link with prefix after aiding the used to create +the link. For example, if you have =http= links that you have to +insert very often, you could define a function +=org-http-complete-link= to help selecting the most common ones. *** Source file publishing @@ -72,25 +75,29 @@ to get both the plain org file and an htmlized version that looks like your editing buffer published along with the HTML exported version. -*** LaTeX: TODO markup configurable +*** Push exported stuff to kill ring + +All exporters now push the produced material onto the kill-ring +in Emacs, and also to the external clipboard and the primary +selection to make it easy to paste this under many circumstances. + +*** Tables in LaTeX without centering +Set the variable `org-export-latex-tables-centered' to nil if you +prefer tables not to be horizontally centered. Note that +longtable tables are always centered. + +*** LaTeX export: TODO markup configurable The markup for TODO keywords in LaTeX export is now configurable using the variable =org-export-latex-todo-keyword-markup=. -*** Link completion for files and bbdb names +*** ASCII export to buffer -Org now has a general mechanism how modules can provide enhanced -support (for example through completion) when adding a link. For -example, when inserting a link with =C-c C-l=, you can now type -=file:= followed by =RET= to get completion support for inserting -a file. After entering =bbdb:= and =RET=, a completion interface -will allow to complete names in the BBDB database. These are the -only ones implemented right now, but modules that add a link type -=xyz:= can simple define =org-xyz-complete-link= that should -return the full link with prefix after aiding the used to create -the link. For example, if you have =http= links that you have to -insert very often, you could define a function -=org-http-complete-link= to help selecting the most common ones. +ASCII export has now the same command variations as the other +export backends, for example exporting to a temporary buffer +instead of a file. + +The was a request by Samuel Wales. *** Accessibility improvements for HTTP tables @@ -103,14 +110,6 @@ column, so that also row information can be scoped. This was triggered by a request by Jan Buchal, and as usually Sebastian Rose came up with the right implementation. -*** New contributed package /org-special-blocks.el/ - -The package turns any "undefined" =#+begin_...= blocks into LaTeX -environments for LaTeX export, and into =
= tags for HTML -export. - -Thanks to Chris Gray for this contribution. - *** Timezone information in iCalendar files The timezone information in iCalendar files is now written in the @@ -118,19 +117,13 @@ correct format, and can be set in the variable =org-ical-timezone=. This variable is initialized from the =TZ= environment variable. -*** ASCII export to buffer - -ASCII export has now the same command variations as the other -export backends, for example exporting to a temporary buffer -instead of a file. - -The was a request by Samuel Wales. +*** New contributed package /org-special-blocks.el/ -*** Push exported stuff to kill ring +The package turns any "undefined" =#+begin_...= blocks into LaTeX +environments for LaTeX export, and into =
= tags for HTML +export. -All exporters now push the produced material onto the kill-ring -in Emacs, and also to the external clipboard and the primary -selection to make it easy to paste this under many circumstances. +Thanks to Chris Gray for this contribution. *** More flexibility about placing logging notes. @@ -144,6 +137,13 @@ Requested by Daniel J. Sinder Reloading Org has moved to a new key, =C-c C-x !=, and is now also available in the agenda. +*** Start Agenda with log mode active +Set the new option =org-agenda-start-with-log-mode= to have +log mode turned on from the start. Or set this option for +specific custom commands. + +Thanks to Benjamin Andresen for a patch to this effect. + *** Agenda speed optimizations Depending on circumstances, construction the agenda has become a @@ -152,6 +152,13 @@ lot faster. Triggered by Eric S Fraga's reports about using Org on a slow computer like a netbook. +*** New face for today in agenda + +The date that is today can now be highlighted in the agenda by +customizing the face =org-agenda-date-today=. + +Thanks to Dmitri Minaev for a patch to this effect. + *** Properties to disambiguate statistics When an entry has both check boxes and TODO children, it is not @@ -183,13 +190,6 @@ maximum, and mean of property values. Thanks to Mikael Fornius for a patch to this effect. -*** New face =org-agenda-date-today= - -The date that is today can now be highlighted in the agenda by -customizing the face =org-agenda-date-today=. - -Thanks to Dmitri Minaev for a patch to this effect. - * Version 6.26 ** Details diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index 32b6c2a9c..157c305cd 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -55,13 +55,14 @@ If you'd like to know what other people have said about Org-mode, take a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about Org]]. * News +- <2009-05-23 Sat>: Release 6.27 - <2009-04-19 Sun>: Release 6.26 - <2009-04-01 Wed>: Release 6.25 - <2009-03-05 Thu>: Release 6.24 -* Current Version (6.26d) +* Current Version (6.27) -The current version is 6.26d. To see what has changed in recent +The current version is 6.27. To see what has changed in recent releases, check this detailed list of [[file:Changes.html][user-visible changes]]. This package works on Emacs 23 and 22, and (with minor restrictions) @@ -74,7 +75,7 @@ behind the website release. ** The standard distribution -Download as [[file:org-6.26d.zip][zip file]] or [[file:org-6.26d.tar.gz][gzipped tar archive]]. These archives contain +Download as [[file:org-6.27.zip][zip file]] or [[file:org-6.27.tar.gz][gzipped tar archive]]. These archives contain both the Lisp file org.el and the documentation in PDF and (TeX)Info formats. Follow the instructions for [[http://orgmode.org/manual/Installation.html#Installation][Installation]] and [[http://orgmode.org/manual/Activation.html#Activation][Activation]]. diff --git a/README_DIST b/README_DIST index 4b1189e21..5b14b94e3 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.26trans +The version of this release is: 6.27 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 138f4a418..012d0bd0a 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -3,8 +3,8 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 6.26trans -@set DATE April 2009 +@set VERSION 6.27 +@set DATE May 2009 @c Version and Contact Info @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage} diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 73ee2c279..7845ac820 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{6.26trans} +\def\orgversionnumber{6.27} \def\versionyear{2009} % latest update \def\year{2009} % latest copyright year diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 7fd9aa461..e5f8e1b3c 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.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 5607e0082..06222b32a 100644 --- a/lisp/org-archive.el +++ b/lisp/org-archive.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 427775f84..68114ed2f 100644 --- a/lisp/org-ascii.el +++ b/lisp/org-ascii.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 0603f868b..f3715dde1 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Keywords: org data task -;; Version: 6.26trans +;; Version: 6.27 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index f7a22dd6e..464b8c23b 100644 --- a/lisp/org-bbdb.el +++ b/lisp/org-bbdb.el @@ -7,7 +7,7 @@ ;; Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 7071854a1..f21ecb2b6 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.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 2a96426bb..38b6810a8 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index c798d79cb..dd77d120c 100644 --- a/lisp/org-colview-xemacs.el +++ b/lisp/org-colview-xemacs.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 3d7a35320..7fa2113f3 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 0215a4116..68cde1654 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 4ccf9c7a0..88682d78d 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el -;; Version: 6.26trans +;; Version: 6.27 ;; Author: Baoqiu Cui ;; Maintainer: Baoqiu Cui ;; Keywords: org, wp, docbook diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 39a8c8c72..43a105bf2 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 24bcbe960..a8816ac16 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-feed.el b/lisp/org-feed.el index ba95ba9b3..991e9f5a1 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 519ed0ace..2b281bef7 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 6945cd2a5..9e9d57ffd 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -7,7 +7,7 @@ ;; Tassilo Horn ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-html.el b/lisp/org-html.el index 007ce5a24..16cf93714 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index 277894c7f..71310639f 100644 --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index 93e47f3df..04996aae9 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index b6c4794b5..a930fd409 100644 --- a/lisp/org-info.el +++ b/lisp/org-info.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 7542ce14c..f7198406f 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetask.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is not yet part of GNU Emacs. ;; diff --git a/lisp/org-irc.el b/lisp/org-irc.el index 5f5bed259..091409216 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.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index e46d5a2b5..833e0d955 100644 --- a/lisp/org-jsinfo.el +++ b/lisp/org-jsinfo.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-latex.el b/lisp/org-latex.el index f565b19a8..f080c67bd 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-latex.el -;; Version: 6.26trans +;; Version: 6.27 ;; Author: Bastien Guerry ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-list.el b/lisp/org-list.el index 2a2906c83..aa686f629 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -7,7 +7,7 @@ ;; Bastien Guerry ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 5d37385d9..d8f0a0503 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Christopher Suckling -;; Version: 6.26trans +;; Version: 6.27 ;; 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 cce886747..9b4fbc12b 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index 60e27cdcc..89933d15e 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.26trans +;; Version: 6.27 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index 156105166..bd8c9d1ab 100644 --- a/lisp/org-mhe.el +++ b/lisp/org-mhe.el @@ -6,7 +6,7 @@ ;; Author: Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index e1b84d14e..be7df024f 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 86c590b7d..d15d3046b 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: tables, plotting ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 280dc9df5..d644f8ed3 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -10,7 +10,7 @@ ;; ;; ;; Filename: org-protocol.el -;; Version: 6.26trans +;; Version: 6.27 ;; Author: Bastien Guerry ;; Author: Daniel M German ;; Author: Sebastian Rose diff --git a/lisp/org-publish.el b/lisp/org-publish.el index a80f72ff0..c6c742115 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -4,7 +4,7 @@ ;; Author: David O'Toole ;; Maintainer: Carsten Dominik ;; Keywords: hypermedia, outlines, wp -;; Version: 6.26trans +;; Version: 6.27 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 6e4d7d226..e0e6b89e5 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index ae71aaa37..598b68f82 100644 --- a/lisp/org-rmail.el +++ b/lisp/org-rmail.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index 5813ec63a..fd1ce5c02 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 59705720a..b712f0919 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index 4deddc76e..ae7495f1d 100644 --- a/lisp/org-vm.el +++ b/lisp/org-vm.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el index 8bcc1d177..75657d1df 100644 --- a/lisp/org-w3m.el +++ b/lisp/org-w3m.el @@ -5,7 +5,7 @@ ;; Author: Andy Stewart ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 028832b07..9d00e0c5c 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -6,7 +6,7 @@ ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-xoxo.el b/lisp/org-xoxo.el index c35bb543a..52a4fa4ce 100644 --- a/lisp/org-xoxo.el +++ b/lisp/org-xoxo.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index 96e5dd9e1..698df9681 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.26trans +;; Version: 6.27 ;; ;; This file is part of GNU Emacs. ;; @@ -94,7 +94,7 @@ ;;; Version -(defconst org-version "6.26trans" +(defconst org-version "6.27" "The version number of the file org.el.") (defun org-version (&optional here) -- 2.11.4.GIT