summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-01-25 13:41:09 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-01-25 13:41:09 +0100
commit41e51dfef4a47358f7110128389a493606928000 (patch)
treeb5fa4f10374bf03d9b05a87cb8476ab9f9066d92
parent3667772d157f264a87b87b194398613c6093c37b (diff)
Release 6.19release_6.19
-rw-r--r--ORGWEBPAGE/Changes.org39
-rw-r--r--ORGWEBPAGE/index.org6
-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-footnote.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-timer.el2
-rw-r--r--lisp/org-vm.el2
-rw-r--r--lisp/org-w3m.el2
-rw-r--r--lisp/org-wl.el2
-rw-r--r--lisp/org.el4
39 files changed, 71 insertions, 50 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 23eb871f2..d31801ce6 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -10,7 +10,7 @@
#+LINK_UP: index.html
#+LINK_HOME: http://orgmode.org
-* Version 6.19 (in preparation)
+* Version 6.19
:PROPERTIES:
:VISIBILITY: content
@@ -50,9 +50,9 @@
*** Table formulas may now reference fields in other tables
-
-You may also reference constants, fields and ranges from a different table,
-either in the current file or even in a different file. The syntax is
+You may now reference constants, fields and ranges from a
+different table, either in the current file or even in a
+different file. The syntax is
: remote(NAME-OR-ID,REF)
@@ -60,10 +60,24 @@ where /NAME/ can be the name of a table in the current file as
set by a =#+TBLNAME: NAME= line before the table. It can also be
the ID of an entry, even in a different file, and the reference
then refers to the first table in that entry. /REF/ is an
-absolute field or range reference, valid in the referenced
-table. Note that since there is no "current filed" for the
-cursor, all row and column references must be absolute, not
-relative.
+absolute field or range reference, valid in the referenced table.
+Note that since there is no "current filed" for the remote table,
+all row and column references must be absolute, not relative.
+
+*** A final hline is imagined in each table, for the sake of references
+
+Even if a table does not end with a hline (mine never do because I
+think it is not pretty), for the sake of references you can
+assume there is one. So in the following table
+
+#+begin_src org
+| a | b |
+|---+---|
+| 1 | 2 |
+| 3 | 4 |
+#+end_src
+
+a reference like =@I$1..@II$2= will now work.
*** A tags-todo search can now ignore timestamped items
The variables =org-agenda-todo-ignore-with-date=,
@@ -76,10 +90,17 @@ relative.
that also the tags-todo search may serve exactly this
purpose, and that it might be good to have a way to make
these variables also apply to the tags-todo search. I can
- see than, but could not convince myself to make this the
+ see that, but could not convince myself to make this the
default. A new variable must be set to make this happen:
=org-agenda-tags-todo-honor-ignore-options=.
+*** =\par= can be used to force a paragraph break, also in footnotes
+
+The LaTeX idiom =\par= will insert a paragraph break at that
+location. Normally you would simply leave an empty line to get
+such a break, but this is useful for footnotes whose definitions
+may not contain empty lines.
+
* Version 6.18
** Incompatible changes
diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org
index 7ef913839..3f914ff7b 100644
--- a/ORGWEBPAGE/index.org
+++ b/ORGWEBPAGE/index.org
@@ -54,9 +54,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O
- <2009-01-21 Wed>: Release 6.18c
- <2009-01-20 Tue>: Release 6.18
-* Current Version (6.18c)
+* Current Version (6.19)
-The current version is 6.18c. To see what has changed in recent
+The current version is 6.19. 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)
@@ -69,7 +69,7 @@ a bit behind the website release.
** The standard distribution
-Download as [[file:org-6.18c.zip][zip file]] or [[file:org-6.18c.tar.gz][gzipped tar archive]]. These archives contain
+Download as [[file:org-6.19.zip][zip file]] or [[file:org-6.19.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 54a78ee02..d80cd82bf 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.18trans
+The version of this release is: 6.19
The homepage of Org is at http://orgmode.org
diff --git a/doc/org.texi b/doc/org.texi
index c6232edf6..d7b4df91a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3,7 +3,7 @@
@setfilename ../../info/org
@settitle The Org Manual
-@set VERSION 6.18trans
+@set VERSION 6.19
@set DATE January 2009
@dircategory Emacs
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index 29dc86deb..57dde95ec 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -1,5 +1,5 @@
% Reference Card for Org Mode
-\def\orgversionnumber{6.18trans}
+\def\orgversionnumber{6.19}
\def\versionyear{2009} % latest update
\def\year{2009} % latest copyright year
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 2567df505..0a3f94ae5 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 0f5585944..a567b9841 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 34cdabcb5..304231c81 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.18trans
+;; Version: 6.19
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el
index 5baf3b23f..828b4e1a9 100644
--- a/lisp/org-bbdb.el
+++ b/lisp/org-bbdb.el
@@ -7,7 +7,7 @@
;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 734c050d6..38f19ef41 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 754373d1e..624336384 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el
index a5ed4f0bc..c2e6aa1f8 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index 0b238d2ab..e2cec123f 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 8a80d7f7d..12e40f641 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 412de2585..baf967135 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el
index a19b2d8af..d0162789b 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.18trans
+;; Version: 6.19
;; 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 de5db6392..ae2748e6f 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index c49f46867..015dffb52 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 84a891744..312b77c09 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 16160e67d..76615883b 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-info.el b/lisp/org-info.el
index b1153816a..382f6df9a 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-irc.el b/lisp/org-irc.el
index 829cd1aac..fd61a7121 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el
index e7c9ffb4d..16b4dbb91 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-list.el b/lisp/org-list.el
index bf0565c27..6c643aad9 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el
index b15cc5381..5dfb836b0 100644
--- a/lisp/org-mac-message.el
+++ b/lisp/org-mac-message.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
-;; Version: 6.18trans
+;; Version: 6.19
;; 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 53cdfd00b..d79bc253f 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mew.el b/lisp/org-mew.el
index 56bea18ec..437870204 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.18trans
+;; Version: 6.19
;; This file is part of GNU Emacs.
diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el
index 77429e631..537027cfc 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 4326df1c7..f91206fc5 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index ab8b34137..9b4fc1d67 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index 0009a6065..68573c739 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.18trans
+;; Version: 6.19
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index e10af65aa..5094acc7c 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el
index d72ca2eb6..9d09bb8a5 100644
--- a/lisp/org-rmail.el
+++ b/lisp/org-rmail.el
@@ -6,7 +6,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 76af8141b..c0068d715 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index ffcc332f2..58072b085 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-vm.el b/lisp/org-vm.el
index 20b8da4b5..4a1d5ced2 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el
index bb628bce5..23ea3085b 100644
--- a/lisp/org-w3m.el
+++ b/lisp/org-w3m.el
@@ -5,7 +5,7 @@
;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index 6f119664b..5576300a6 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org.el b/lisp/org.el
index d5643f1b1..f0053b3de 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.18trans
+;; Version: 6.19
;;
;; This file is part of GNU Emacs.
;;
@@ -93,7 +93,7 @@
;;; Version
-(defconst org-version "6.18trans"
+(defconst org-version "6.19"
"The version number of the file org.el.")
(defun org-version (&optional here)