diff options
| author | Rasmus | 2017-12-06 15:02:15 +0100 |
|---|---|---|
| committer | Rasmus | 2017-12-06 15:37:41 +0100 |
| commit | 445eefd238eb7c3843e18cd265c05f07233f8aff (patch) | |
| tree | 1b80ecda2301629cf8e1f0b2941e1f729952ca84 /etc | |
| parent | 5381c70b7a9d46fe4de205363b99f761e2475f1f (diff) | |
| download | emacs-445eefd238eb7c3843e18cd265c05f07233f8aff.tar.gz emacs-445eefd238eb7c3843e18cd265c05f07233f8aff.zip | |
Backport: Update Org to v9.1.4
Please note this is a bugfix release. See etc/ORG-NEWS for details.
(cherry picked from commit 567b5efe1f338c10c574758fb968915c5c34c909)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ORG-NEWS | 3 | ||||
| -rw-r--r-- | etc/refcards/orgcard.tex | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 19648cf17a8..7ed839a1847 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -492,9 +492,6 @@ It used to be ~@samp~ but ~@asis~ is neutral and, therefore, more | |||
| 492 | suitable as a default value. | 492 | suitable as a default value. |
| 493 | *** Texinfo default process includes ~--no-split~ option | 493 | *** Texinfo default process includes ~--no-split~ option |
| 494 | *** New entities : ~\dollar~ and ~\USD~ | 494 | *** New entities : ~\dollar~ and ~\USD~ |
| 495 | *** ~org-parse-time-string~ accepts a new optional argument | ||
| 496 | =ZONE= specifies the current time zone. | ||
| 497 | *** ~org-time-string-to-seconds~ now accepts an optional =ZONE= argument | ||
| 498 | *** Support for date style URLs in =org-protocol://open-source= | 495 | *** Support for date style URLs in =org-protocol://open-source= |
| 499 | URLs like =https://cool-blog.com/2017/05/20/cool-post/= are | 496 | URLs like =https://cool-blog.com/2017/05/20/cool-post/= are |
| 500 | covered by rewrite rules. | 497 | covered by rewrite rules. |
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 99f90b8d31c..ad0d3bc13e5 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{9.1.2} | 2 | \def\orgversionnumber{9.1.4} |
| 3 | \def\versionyear{2017} % latest update | 3 | \def\versionyear{2017} % latest update |
| 4 | \input emacsver.tex | 4 | \input emacsver.tex |
| 5 | 5 | ||