aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRasmus2018-03-27 23:34:41 +0200
committerRasmus2018-03-27 23:34:41 +0200
commit613c9a5c1f3237fbdc3a3db2341c7c59353d2aa2 (patch)
tree7651699ebeb2a2a2d8d1081707d091fbc424e8fb /etc
parent1b075a9e38ca6812417f95ed2272e61d875d9e86 (diff)
downloademacs-613c9a5c1f3237fbdc3a3db2341c7c59353d2aa2.tar.gz
emacs-613c9a5c1f3237fbdc3a3db2341c7c59353d2aa2.zip
Update Org to v9.1.9
Please note this is a bugfix release. See etc/ORG-NEWS for details.
Diffstat (limited to 'etc')
-rw-r--r--etc/ORG-NEWS62
-rw-r--r--etc/org/README2
-rw-r--r--etc/refcards/orgcard.tex2
3 files changed, 33 insertions, 33 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index b9f3b0cdbe4..013c7b13995 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -1,7 +1,7 @@
1ORG NEWS -- history of user-visible changes. -*- mode: org; coding: utf-8 -*- 1ORG NEWS -- history of user-visible changes. -*- mode: org; coding: utf-8 -*-
2 2
3#+LINK: doc http://orgmode.org/worg/doc.html#%s 3#+LINK: doc https://orgmode.org/worg/doc.html#%s
4#+LINK: git http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=%s 4#+LINK: git https://code.orgmode.org/bzg/org-mode/commit/%s
5 5
6Copyright (C) 2012-2018 Free Software Foundation, Inc. 6Copyright (C) 2012-2018 Free Software Foundation, Inc.
7See the end of the file for license conditions. 7See the end of the file for license conditions.
@@ -211,8 +211,8 @@ this ~:prologue "fpprintprec: 2; linel: 50;"~ for presenting Maxima
211results in a beamer presentation. 211results in a beamer presentation.
212**** PlantUML: add support for header arguments 212**** PlantUML: add support for header arguments
213 213
214[[http://plantuml.com/][Plantuml]] source blocks now support the [[http://orgmode.org/manual/prologue.html#prologue][~:prologue~]], [[http://orgmode.org/manual/epilogue.html#epilogue][~:epilogue~]] and 214[[http://plantuml.com/][Plantuml]] source blocks now support the [[https://orgmode.org/manual/prologue.html#prologue][~:prologue~]], [[https://orgmode.org/manual/epilogue.html#epilogue][~:epilogue~]] and
215[[http://orgmode.org/manual/var.html#var][~:var~]] header arguments. 215[[https://orgmode.org/manual/var.html#var][~:var~]] header arguments.
216 216
217**** SQL: new engine added ~sqsh~ 217**** SQL: new engine added ~sqsh~
218 218
@@ -266,7 +266,7 @@ using ~:namespaces~:
266- ~:flags~ passes arguments to the compiler 266- ~:flags~ passes arguments to the compiler
267- ~:cmdline~ passes commandline arguments to the generated executable 267- ~:cmdline~ passes commandline arguments to the generated executable
268 268
269Support for [[http://orgmode.org/manual/var.html#var][~:var~]] does not exist yet, also there is no [[http://orgmode.org/manual/session.html#session][~:session~]] 269Support for [[https://orgmode.org/manual/var.html#var][~:var~]] does not exist yet, also there is no [[https://orgmode.org/manual/session.html#session][~:session~]]
270support because Vala is a compiled language. 270support because Vala is a compiled language.
271 271
272The Vala compiler binary can be changed via the ~defcustom~ 272The Vala compiler binary can be changed via the ~defcustom~
@@ -436,9 +436,9 @@ Call ~org-agenda-set-restriction-lock~ from the agenda.
436 436
437The library-of-babel.org used to be accessible from the =doc/= 437The library-of-babel.org used to be accessible from the =doc/=
438directory, distributed with Org’s core. It is now accessible 438directory, distributed with Org’s core. It is now accessible
439from the Worg community-driven documentation [[http://orgmode.org/worg/library-of-babel.html][here]]. 439from the Worg community-driven documentation [[https://orgmode.org/worg/library-of-babel.html][here]].
440 440
441If you want to contribute to it, please see [[http://orgmode.org/worg/org-contribute.html][how to contribute]]. 441If you want to contribute to it, please see [[https://orgmode.org/worg/org-contribute.html][how to contribute]].
442 442
443*** Allow multiple columns view 443*** Allow multiple columns view
444 444
@@ -798,7 +798,7 @@ Evaluating a Stan block can produce two different results.
798 that does not end in ".stan". 798 that does not end in ".stan".
799 799
800For more information and usage examples, visit 800For more information and usage examples, visit
801http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html 801https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html
802 802
803**** Support for Oracle databases via ~sqlplus~ 803**** Support for Oracle databases via ~sqlplus~
804 804
@@ -1966,7 +1966,7 @@ This allows to specify the names of automatic bookmarks.
1966*** New option [[doc:org-agenda-ignore-drawer-properties][org-agenda-ignore-drawer-properties]] 1966*** New option [[doc:org-agenda-ignore-drawer-properties][org-agenda-ignore-drawer-properties]]
1967 1967
1968This allows more flexibility when optimizing the agenda generation. 1968This allows more flexibility when optimizing the agenda generation.
1969See http://orgmode.org/worg/agenda-optimization.html for details. 1969See https://orgmode.org/worg/agenda-optimization.html for details.
1970*** New option: [[doc:org-html-link-use-abs-url][org-html-link-use-abs-url]] to force using absolute URLs 1970*** New option: [[doc:org-html-link-use-abs-url][org-html-link-use-abs-url]] to force using absolute URLs
1971 1971
1972This is an export/publishing option, and should be used either within 1972This is an export/publishing option, and should be used either within
@@ -2050,7 +2050,7 @@ instructions:
2050When in doubt, run =M-x org-version RET= and see if you have a mixed-up 2050When in doubt, run =M-x org-version RET= and see if you have a mixed-up
2051installation. 2051installation.
2052 2052
2053See http://orgmode.org/org.html#Installation for details. 2053See https://orgmode.org/org.html#Installation for details.
2054 2054
2055** Incompatible changes 2055** Incompatible changes
2056 2056
@@ -2063,7 +2063,7 @@ you will have to update them.
2063 2063
2064Below is a list of changes for which you need to take action. 2064Below is a list of changes for which you need to take action.
2065 2065
2066See http://orgmode.org/worg/org-8.0.html for the most recent version of 2066See https://orgmode.org/worg/org-8.0.html for the most recent version of
2067this list and for detailed instructions on how to migrate. 2067this list and for detailed instructions on how to migrate.
2068 2068
2069**** New export engine 2069**** New export engine
@@ -2085,7 +2085,7 @@ corresponding files start with the =ox-= prefix.
2085If you customized an export back-end (like HTML or LaTeX), you will need to 2085If you customized an export back-end (like HTML or LaTeX), you will need to
2086rename some options so that your customization is not lost. Typically, an 2086rename some options so that your customization is not lost. Typically, an
2087option starting with =org-export-html-= is now named =org-html-=. See the 2087option starting with =org-export-html-= is now named =org-html-=. See the
2088manual for details and check [[http://orgmode.org/worg/org-8.0.html][this Worg page]] for directions. 2088manual for details and check [[https://orgmode.org/worg/org-8.0.html][this Worg page]] for directions.
2089 2089
2090**** New syntax for #+ATTR_HTML/LaTeX/... options 2090**** New syntax for #+ATTR_HTML/LaTeX/... options
2091 2091
@@ -2146,7 +2146,7 @@ manual for details and check [[http://orgmode.org/worg/org-8.0.html][this Worg p
2146 ~ox-taskjuggler.el~ by Nicolas Goaziou and others. 2146 ~ox-taskjuggler.el~ by Nicolas Goaziou and others.
2147 2147
2148 Also, the Taskjuggler exporter now uses TJ3 by default. John Hendy 2148 Also, the Taskjuggler exporter now uses TJ3 by default. John Hendy
2149 wrote [[http://orgmode.org/worg/org-tutorials/org-taskjuggler3.html][a tutorial on Worg]] for the TJ3 export. 2149 wrote [[https://orgmode.org/worg/org-tutorials/org-taskjuggler3.html][a tutorial on Worg]] for the TJ3 export.
2150 2150
2151** New packages in core 2151** New packages in core
2152 2152
@@ -2192,7 +2192,7 @@ manual for details and check [[http://orgmode.org/worg/org-8.0.html][this Worg p
2192 2192
2193 Display bullets instead of stars for headlines. 2193 Display bullets instead of stars for headlines.
2194 2194
2195 Also see [[http://orgmode.org/worg/org-faq.html#sec-8-12][this updated FAQ]] on how to display another character than "*" 2195 Also see [[https://orgmode.org/worg/org-faq.html#sec-8-12][this updated FAQ]] on how to display another character than "*"
2196 for starting headlines. 2196 for starting headlines.
2197 2197
2198*** ~org-favtable.el~ by Marc-Oliver Ihm 2198*** ~org-favtable.el~ by Marc-Oliver Ihm
@@ -2200,7 +2200,7 @@ manual for details and check [[http://orgmode.org/worg/org-8.0.html][this Worg p
2200 ~org-favtable.el~ helps you to create and update a table of favorite 2200 ~org-favtable.el~ helps you to create and update a table of favorite
2201 locations in org, keeping the most frequently visited lines right at 2201 locations in org, keeping the most frequently visited lines right at
2202 the top. This table is called "favtable". See the documentation on 2202 the top. This table is called "favtable". See the documentation on
2203 [[http://orgmode.org/worg/org-contrib/org-favtable.html][Worg]]. 2203 [[https://orgmode.org/worg/org-contrib/org-favtable.html][Worg]].
2204 2204
2205*** ~ox-confluence.el~ by Sébastien Delafond 2205*** ~ox-confluence.el~ by Sébastien Delafond
2206 2206
@@ -2241,7 +2241,7 @@ manual for details and check [[http://orgmode.org/worg/org-8.0.html][this Worg p
2241 2241
2242**** New export generic options 2242**** New export generic options
2243 2243
2244If you use Org exporter, we advise you to re-read [[http://orgmode.org/org.html#Exporting][the manual section about 2244If you use Org exporter, we advise you to re-read [[https://orgmode.org/org.html#Exporting][the manual section about
2245it]]. It has been updated and includes new options. 2245it]]. It has been updated and includes new options.
2246 2246
2247Among the new/updated export options, three are of particular importance: 2247Among the new/updated export options, three are of particular importance:
@@ -2616,7 +2616,7 @@ of those tags.)
2616You can use group tags for sparse tree in an Org buffer, for creating 2616You can use group tags for sparse tree in an Org buffer, for creating
2617agenda views, and for filtering. 2617agenda views, and for filtering.
2618 2618
2619See http://orgmode.org/org.html#Tag-groups for details. 2619See https://orgmode.org/org.html#Tag-groups for details.
2620 2620
2621*** Links 2621*** Links
2622 2622
@@ -2624,7 +2624,7 @@ See http://orgmode.org/org.html#Tag-groups for details.
2624 2624
2625Org knows how to store links from Org buffers, from info files and from 2625Org knows how to store links from Org buffers, from info files and from
2626other Emacs buffers. Org can be taught how to store links from any buffer 2626other Emacs buffers. Org can be taught how to store links from any buffer
2627through new link protocols (see [[http://orgmode.org/org.html#Adding-hyperlink-types]["Adding hyperlink types"]] in the manual.) 2627through new link protocols (see [[https://orgmode.org/org.html#Adding-hyperlink-types]["Adding hyperlink types"]] in the manual.)
2628 2628
2629Sometimes you want Org to ignore added link protocols and store the link 2629Sometimes you want Org to ignore added link protocols and store the link
2630as if the protocol was not known. 2630as if the protocol was not known.
@@ -2648,7 +2648,7 @@ with-description and without-description links when inserting them.
2648 2648
2649When storing a link to a headline like 2649When storing a link to a headline like
2650 2650
2651: * See [[http://orgmode.org][Org website]] 2651: * See [[https://orgmode.org][Org website]]
2652 2652
2653[[doc:org-store-link][org-store-link]] used to convert the square brackets into curly brackets. 2653[[doc:org-store-link][org-store-link]] used to convert the square brackets into curly brackets.
2654It does not anymore, taking the link description or the link path, when 2654It does not anymore, taking the link description or the link path, when
@@ -2664,7 +2664,7 @@ those other formulas.
2664**** You now use "nan" for empty fields in Calc formulas 2664**** You now use "nan" for empty fields in Calc formulas
2665 2665
2666If empty fields are of interest, it is recommended to reread the section 2666If empty fields are of interest, it is recommended to reread the section
2667[[http://orgmode.org/org.html#Formula-syntax-for-Calc][3.5.2 Formula syntax for Calc]] of the manual because the description for the 2667[[https://orgmode.org/org.html#Formula-syntax-for-Calc][3.5.2 Formula syntax for Calc]] of the manual because the description for the
2668mode strings has been clarified and new examples have been added towards 2668mode strings has been clarified and new examples have been added towards
2669the end. 2669the end.
2670 2670
@@ -2683,7 +2683,7 @@ There are now three lookup functions:
2683- [[doc:org-loopup-last][org-loopup-last]] 2683- [[doc:org-loopup-last][org-loopup-last]]
2684- [[doc:org-loopup-all][org-loopup-all]] 2684- [[doc:org-loopup-all][org-loopup-all]]
2685 2685
2686See [[http://orgmode.org/org.html#Lookup-functions][the manual]] for details. 2686See [[https://orgmode.org/org.html#Lookup-functions][the manual]] for details.
2687*** Startup keywords 2687*** Startup keywords
2688 2688
2689These new startup keywords are now available: 2689These new startup keywords are now available:
@@ -2814,7 +2814,7 @@ instead of requiring each Babel library one by one.
2814 2814
2815David (and others) translated the Org compact guide in spanish: 2815David (and others) translated the Org compact guide in spanish:
2816 2816
2817You can read the [[http://orgmode.org/worg/orgguide/orgguide.es.pdf][PDF guide]]. 2817You can read the [[https://orgmode.org/worg/orgguide/orgguide.es.pdf][PDF guide]].
2818 2818
2819*** ~poporg.el~ and ~outorg.el~ 2819*** ~poporg.el~ and ~outorg.el~
2820 2820
@@ -2825,7 +2825,7 @@ Org-mode available. ~outorg.el~ comes together with ~outshine.el~ and
2825~navi-mode.el~, two more libraries by Thorsten Jolitz with the goal to give 2825~navi-mode.el~, two more libraries by Thorsten Jolitz with the goal to give
2826source-code buffers the /look & feel/ of Org-mode buffers while greatly 2826source-code buffers the /look & feel/ of Org-mode buffers while greatly
2827improving navigation and structure editing. A detailed description can be 2827improving navigation and structure editing. A detailed description can be
2828found here: http://orgmode.org/worg/org-tutorials/org-outside-org.html 2828found here: https://orgmode.org/worg/org-tutorials/org-outside-org.html
2829 2829
2830Here are two screencasts demonstrating Thorsten's tools: 2830Here are two screencasts demonstrating Thorsten's tools:
2831 2831
@@ -2894,7 +2894,7 @@ in most environments.
2894You can now add the Org ELPA repository like this: 2894You can now add the Org ELPA repository like this:
2895 2895
2896#+BEGIN_SRC emacs-lisp 2896#+BEGIN_SRC emacs-lisp
2897(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) 2897(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
2898#+END_SRC 2898#+END_SRC
2899 2899
2900It contains both the =org-*.tar= package (the core Org distribution, also 2900It contains both the =org-*.tar= package (the core Org distribution, also
@@ -2902,7 +2902,7 @@ available through https://elpa.gnu.org) and the =org-plus*.tar= package (the
2902extended Org distribution, with non-GNU packages from the =contrib/= 2902extended Org distribution, with non-GNU packages from the =contrib/=
2903directory.) 2903directory.)
2904 2904
2905See http://orgmode.org/elpa/ 2905See https://orgmode.org/elpa/
2906 2906
2907** Overview of the new keybindings 2907** Overview of the new keybindings
2908 2908
@@ -3085,7 +3085,7 @@ See http://orgmode.org/elpa/
3085 3085
3086**** New =todo-unblocked= and =nottodo-unblocked= skip conditions 3086**** New =todo-unblocked= and =nottodo-unblocked= skip conditions
3087 3087
3088 See the [[http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f426da][git commit]] for more explanations. 3088 See the [[https://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f426da][git commit]] for more explanations.
3089 3089
3090**** Allow category filtering in the agenda 3090**** Allow category filtering in the agenda
3091 3091
@@ -3402,7 +3402,7 @@ See http://orgmode.org/elpa/
3402 Thanks to Carsten for implementing this. 3402 Thanks to Carsten for implementing this.
3403 3403
3404**** ODT: Add support for ODT export in org-bbdb.el 3404**** ODT: Add support for ODT export in org-bbdb.el
3405**** ODT: Add support for indented tables (see [[http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e9fd33][this commit]] for details) 3405**** ODT: Add support for indented tables (see [[https://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e9fd33][this commit]] for details)
3406**** ODT: Improve the conversion from ODT to other formats 3406**** ODT: Improve the conversion from ODT to other formats
3407**** ASCII: Swap the level-1/level-2 characters to underline the headlines 3407**** ASCII: Swap the level-1/level-2 characters to underline the headlines
3408**** Support for Chinese, simplified Chinese, Russian, Ukrainian and Japanese 3408**** Support for Chinese, simplified Chinese, Russian, Ukrainian and Japanese
@@ -3535,7 +3535,7 @@ that Calc formulas can operate on them.
3535 3535
3536*** Emacs 21 support has been dropped 3536*** Emacs 21 support has been dropped
3537 3537
3538 Do not use Org mode 7.xx with Emacs 21, use [[http://orgmode.org/org-6.36c.zip][version 6.36c]] instead. 3538 Do not use Org mode 7.xx with Emacs 21, use [[https://orgmode.org/org-6.36c.zip][version 6.36c]] instead.
3539 3539
3540*** XEmacs support requires the XEmacs development version 3540*** XEmacs support requires the XEmacs development version
3541 3541
@@ -3685,7 +3685,7 @@ that Calc formulas can operate on them.
3685 This replaces the earlier system org-remember. The manual only 3685 This replaces the earlier system org-remember. The manual only
3686 describes org-capture, but for people who prefer to continue to 3686 describes org-capture, but for people who prefer to continue to
3687 use org-remember, we keep a static copy of the former manual 3687 use org-remember, we keep a static copy of the former manual
3688 section [[http://orgmode.org/org-remember.pdf][chapter about remember]]. 3688 section [[https://orgmode.org/org-remember.pdf][chapter about remember]].
3689 3689
3690 The new system has a technically cleaner implementation and more 3690 The new system has a technically cleaner implementation and more
3691 possibilities for capturing different types of data. See 3691 possibilities for capturing different types of data. See
@@ -3749,7 +3749,7 @@ that Calc formulas can operate on them.
3749**** org-taskjuggler.el (Christian Egli) 3749**** org-taskjuggler.el (Christian Egli)
3750 3750
3751 Christian Egli's /org-taskjuggler.el/ module is now part of Org. 3751 Christian Egli's /org-taskjuggler.el/ module is now part of Org.
3752 He also wrote a [[http://orgmode.org/worg/org-tutorials/org-taskjuggler.php][tutorial]] for it. 3752 He also wrote a [[https://orgmode.org/worg/org-tutorials/org-taskjuggler.php][tutorial]] for it.
3753 3753
3754**** org-ctags.el (Paul Sexton) 3754**** org-ctags.el (Paul Sexton)
3755 3755
@@ -3969,7 +3969,7 @@ that Calc formulas can operate on them.
3969 Org-mode documents or subtrees can now be converted directly in 3969 Org-mode documents or subtrees can now be converted directly in
3970 to BEAMER presentation. Turning a tree into a simple 3970 to BEAMER presentation. Turning a tree into a simple
3971 presentations is straight forward, and there is also quite some 3971 presentations is straight forward, and there is also quite some
3972 support to make richer presentations as well. See the [[http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export][BEAMER 3972 support to make richer presentations as well. See the [[https://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export][BEAMER
3973 section]] in the manual for more details. 3973 section]] in the manual for more details.
3974 3974
3975 Thanks to everyone who has contributed to the discussion about 3975 Thanks to everyone who has contributed to the discussion about
diff --git a/etc/org/README b/etc/org/README
index 048f84cdcc7..7c175e3424b 100644
--- a/etc/org/README
+++ b/etc/org/README
@@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22Author: Jambunathan K <kjambunathan at gmail dot com> 22Author: Jambunathan K <kjambunathan at gmail dot com>
23Keywords: outlines, hypermedia, calendar, wp 23Keywords: outlines, hypermedia, calendar, wp
24Homepage: http://orgmode.org 24Homepage: https://orgmode.org
25 25
26Commentary: 26Commentary:
27 27
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index 1affe548529..91cc03f1f12 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.6} 2\def\orgversionnumber{9.1.9}
3\def\versionyear{2018} % latest update 3\def\versionyear{2018} % latest update
4\input emacsver.tex 4\input emacsver.tex
5 5