niv org-mode: update 8a083514 -> e2bb6058

## Changelog for org-mode:
Commits: [emacs-straight/org-mode@8a083514...e2bb6058](8a083514a7...e2bb60581b)

* [`b567445f`](b567445fcb) Fix syntax of #+ATTR_HTML
* [`8efec3d4`](8efec3d4cd) Fix example of in-buffer setting of archive location in manual
* [`755367f3`](755367f362) org.el (org-end-of-meta-data): Allow to skip only standard drawers
* [`54bdd6cb`](54bdd6cbf7) org-notify.el: Use cl- prefixed functions, and require cl-lib
* [`b01332c8`](b01332c87e) org-notify.el: Limit the number of notifications
* [`9c31cba0`](9c31cba002) org-table.el: Throw an error when importing a non-csv/tsv/txt file
* [`b14fb06d`](b14fb06def) org.el: Adapt org-cycle to work with headlines with hidden stars
* [`bbe447ad`](bbe447adc7) lisp/org-capture.el (org-capture-templates): Fix docstring typo
* [`56b8f8c3`](56b8f8c35b) lisp/org.el: Bump version to 9.4
* [`353a326e`](353a326e4f) lisp/org.el: Update version to 9.5-dev
* [`eda0c601`](eda0c60120) etc/ORG-NEWS: Create an empty section for Org 9.5
* [`fbccf09c`](fbccf09c74) etc/ORG-NEWS: Create an empty section for Org 9.5
* [`10ed4994`](10ed4994f5) table: Fix regexp
* [`7dbd749b`](7dbd749bf8) Tiny refactoring
* [`469ee634`](469ee63401) ob-core: Fix handling of multiple noweb refs in same line
* [`38fbd161`](38fbd161e4) Fix meta lines regexp
* [`73c929e3`](73c929e3b5) org-element: Swap pcase patterns to avoid Emacs 24 error
* [`114229da`](114229da6e) org.el: Fix docstring typo
* [`3eccc537`](3eccc537cd) org.el: Fix regression in handling of empty #+TAGS
* [`c20cb099`](c20cb0993b) Address org-eldoc-recursion issue
* [`6c75b002`](6c75b00217) Allow customised ID format for `ts' `org-id-method'
* [`d06aa486`](d06aa486d6) Add in support for filling in the bare link in org capture
* [`2f9e1569`](2f9e1569f0) org.el: Allow transparent background in latex images
* [`e2bb6058`](e2bb60581b) doc/org-manual.org (Org Crypt): Add info links to epa and GnuPG
This commit is contained in:
github-actions[bot]
2020-09-25 00:57:43 +00:00
committed by László Vaskó
parent 2fc16a3239
commit c7bda51356

View File

@@ -137,10 +137,10 @@
"homepage": "https://code.orgmode.org/bzg/org-mode", "homepage": "https://code.orgmode.org/bzg/org-mode",
"owner": "emacs-straight", "owner": "emacs-straight",
"repo": "org-mode", "repo": "org-mode",
"rev": "8a083514a766abb601c50283c05c3f49805e0f66", "rev": "e2bb60581b489f92c9f2479994d484d2104968db",
"sha256": "10vdg413halg1ldi9nsqzaafa7176hh30mz107vpv3kw54mdnj8l", "sha256": "0jbfpyh6kk0kprnbf17g6l21d4v4a2m2d956wrilwxlc5d7vinrp",
"type": "tarball", "type": "tarball",
"url": "https://github.com/emacs-straight/org-mode/archive/8a083514a766abb601c50283c05c3f49805e0f66.tar.gz", "url": "https://github.com/emacs-straight/org-mode/archive/e2bb60581b489f92c9f2479994d484d2104968db.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"org-yt": { "org-yt": {