all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ari Roponen <ari.roponen@gmail.com>
To: 23725@debbugs.gnu.org
Subject: bug#23725: 25.0.94; Org mode uses removed aliases to scroll the calendar
Date: Wed, 08 Jun 2016 09:19:48 +0300	[thread overview]
Message-ID: <87vb1ki4mz.fsf@gmail.com> (raw)

Org mode uses aliases that were removed by this commit:

  commit 3f65970414538063e38ada2a47cb4ef4f35b630e
  Author: Glenn Morris <rgm@gnu.org>
  Date:   Sun Oct 5 19:02:04 2014 -0700
  
      Remove calendar code obsolete since at least version 23.1

The following patch fixes the problem.

* lisp/org/org.el (org-read-date-minibuffer-local-map):
Use correct function names instead of their removed aliases.

diff --git a/lisp/org/org.el b/lisp/org/org.el
index 61bcb45..13e4a22 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -16296,10 +16296,10 @@ org-read-date-minibuffer-local-map
                   (message "")))
     (org-defkey map ">"
                 (lambda () (interactive)
-                  (org-eval-in-calendar '(scroll-calendar-left 1))))
+                  (org-eval-in-calendar '(calendar-scroll-left 1))))
     (org-defkey map "<"
                 (lambda () (interactive)
-                  (org-eval-in-calendar '(scroll-calendar-right 1))))
+                  (org-eval-in-calendar '(calendar-scroll-right 1))))
     (org-defkey map "\C-v"
                 (lambda () (interactive)
                   (org-eval-in-calendar


In GNU Emacs 25.0.94.8 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.6)
 of 2016-06-08 built on arirop
Repository revision: 1f85b7ca034ee4f96d796d95ec86bc4fa0ba8aa3
Windowing system distributor 'Fedora Project', version 11.0.11803000
System Description:	Fedora release 24 (Twenty Four)





             reply	other threads:[~2016-06-08  6:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-08  6:19 Ari Roponen [this message]
2016-06-08 13:49 ` bug#23725: 25.0.94; Org mode uses removed aliases to scroll the calendar Kyle Meyer
2016-06-08 15:42   ` Glenn Morris
2016-06-08 15:42   ` Glenn Morris
2016-06-08 23:05 ` Paul Eggert
2016-06-08 23:05 ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vb1ki4mz.fsf@gmail.com \
    --to=ari.roponen@gmail.com \
    --cc=23725@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.