summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-17 12:57:55 +0200
committerhaawda2017-09-17 12:57:55 +0200
commitd1cfb9d5c86d29a42368020a7eecb97d85bf4a07 (patch)
treefa70ac234bbbe13d831076d3a4549fd04dbde834
parent49d944dff60e23ca1bd9cff47f7c5296873d7281 (diff)
downloadaur-d1cfb9d5c86d29a42368020a7eecb97d85bf4a07.tar.gz
Updated version (9.1.1.52.g297acd751 -> 9.1.1.54.gff6b38099).
Changelog ========= Merge branch 'maint' (ff6b38099) Remove useless binding (80cbf909e) Merge branch 'maint' (297acd751) Merge branch 'maint' (2021b98b8) Remove auto-repair of malformed property drawers (85acebdc2) Merge branch 'maint' (3df23ef80) Merge branch 'maint' (fcda05df0) ox-texinfo: Add missing autoload cookies (9c4ee81a8) Change emphasis regexp (8383f7e08) Merge branch 'maint' (9e062df65) Merge branch 'maint' (04498a4fb) Merge branch 'maint' (3944547bf) Merge branch 'maint' (657302b97) Merge branch 'maint' (c59cb987e) Add missing documentation part about shrunk columns (81e7ad650) Merge branch 'maint' (793b429f9) ox-texinfo: Do not add @node for unnumbered headings (c6e5639b7) Table of contents ignore unnumbered headlines (bd2378161) Merge branch 'maint' (7a47458b3) org-colview: Fix defcustom type (7b1fabbf8) org-colview: Allow custom COLLECT functions for derived properties (2b2314d46) Merge branch 'maint' (3ab1afd0e) ox-html: Prevent spurious target below headlines (007bbddbc) Merge branch 'maint' (b3ab012d6) Merge branch 'maint' (2a9d8653e) Merge branch 'maint' (c8aaf8f69) Remove duplicate test (17013d6f3) Merge branch 'maint' (289539e11) Merge branch 'maint' (e21768d24) Merge branch 'maint' (88ffcf54d) Merge branch 'maint' (bca91bb7e) Silence byte-compiler (d15a4a4a9) org-table: Fix failing tests (7d1757f7d) Merge branch 'maint' (f22c23277) Merge branch 'maint' (9c5d03ca3) Merge branch 'maint' (19d039abd) org-archive: Fix failing tests (11979e298) Merge branch 'maint' (6cfc7cb95) org.texi: Fix last commit (85ba4912a) Merge branch 'maint' (ad1c0faa7) org.texi: Hint to "C-h ." to see hidden cell value (d41c256ea) org-agenda: Silence byte-compiler (d1e03f59b) org-table: Obey <c> cookie when aligning a table (70d2b3c96) Document new column display (6e5598dc3) org-table: Implement org-table-expand (8374e6f43) org-table: Change behavior of `org-table-toggle-column-width' (882f3f3fc) org-table: Allow to shrink tables upon opening a document (73bf9b888) Remove visual effect of width cookies in tables (23a2fde6f) org-table: Implement shrunk columns (6d6a30d4c) org-archive.el: Update statistic cookies when archiving (331ba6849) Fix ORG-NEWS (6dfcb98f1) Merge branch 'maint' (7d08ff06b) org-agenda: Minor refactoring and tiny bug fix (fccfe5665) org-agenda: Refactor org-agenda-overriding-header code (b6c5a174d)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9e73bb76360..e34289dc4a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 17 10:28:57 UTC 2017
+# Sun Sep 17 10:57:55 UTC 2017
pkgbase = emacs-org-mode-git
pkgdesc = Emacs Org Mode from git
- pkgver = 9.1.1.52.g297acd751
+ pkgver = 9.1.1.54.gff6b38099
pkgrel = 1
url = http://orgmode.org/
install = emacs-org-mode.install
@@ -15,7 +15,7 @@ pkgbase = emacs-org-mode-git
depends = emacs
optdepends = java-environment: for using ditaa.jar in the contrib directory
optdepends = zsh: for using dir2org.zsh in the contrib directory
- provides = emacs-org-mode=9.1.1.52.g297acd751
+ provides = emacs-org-mode=9.1.1.54.gff6b38099
conflicts = emacs-org-mode
source = emacs-org-mode::git://orgmode.org/org-mode.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8875a6efdd86..75c967fe6eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-org-mode-git
-pkgver=9.1.1.52.g297acd751
+pkgver=9.1.1.54.gff6b38099
pkgrel=1
pkgdesc="Emacs Org Mode from git"
arch=('any')