From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Florian Lindner Newsgroups: gmane.emacs.help Subject: Key bindings for org calendar selection Date: Mon, 20 Mar 2017 14:24:55 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1490016387 29731 195.159.176.226 (20 Mar 2017 13:26:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 20 Mar 2017 13:26:27 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 20 14:26:22 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpxKF-0006zB-30 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Mar 2017 14:26:19 +0100 Original-Received: from localhost ([::1]:33003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpxKL-000432-3U for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Mar 2017 09:26:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpxJU-0003rY-Q9 for help-gnu-emacs@gnu.org; Mon, 20 Mar 2017 09:25:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpxJQ-0007NI-1N for help-gnu-emacs@gnu.org; Mon, 20 Mar 2017 09:25:32 -0400 Original-Received: from [195.159.176.226] (port=58715 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cpxJP-0007MK-PV for help-gnu-emacs@gnu.org; Mon, 20 Mar 2017 09:25:27 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cpxJ8-0001Ok-U9 for help-gnu-emacs@gnu.org; Mon, 20 Mar 2017 14:25:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@blaine.gmane.org X-Mozilla-News-Host: news://news://news.gmane.org:119 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112612 Archived-At: This is a cross-post from emacs.orgmode, since I got no replies for 3 weeks. Hello, the usual emacs calendar (M-x calendar) can be controlled using these key bindings: https://www.gnu.org/software/emacs/manual/html_node/emacs/Calendar-Unit-Motion.html But how can the calendar be controlled when invoked by org-mode, e.g. by C-c C-s to set a scheduled date on an entry? The key bindings from standard calendar do not work, neither editing the mini buffer works out. Thanks, Florian