From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 12 13:13:40 2013 Received: (at submit) by debbugs.gnu.org; 12 Oct 2013 17:13:40 +0000 Received: from localhost ([127.0.0.1]:44573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV2l0-0006AO-Pl for submit@debbugs.gnu.org; Sat, 12 Oct 2013 13:13:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55427) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV2ky-0006AG-K8 for submit@debbugs.gnu.org; Sat, 12 Oct 2013 13:13:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV2kw-00082B-R1 for submit@debbugs.gnu.org; Sat, 12 Oct 2013 13:13:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_50, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV2kw-000827-O8 for submit@debbugs.gnu.org; Sat, 12 Oct 2013 13:13:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV2ku-0005xR-T7 for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 13:13:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV2kt-00081g-CL for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 13:13:32 -0400 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:52384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV2kt-00081U-0P for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 13:13:31 -0400 Received: by mail-pb0-f50.google.com with SMTP id uo5so5619664pbc.9 for ; Sat, 12 Oct 2013 10:13:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Nsk5TFzeVDJi3taR/lbeMYCXyqwaC7SDyU3+9yu2Jb0=; b=wBlMp6P6Dy4+I67mUWcQTqIqUwqDL4wVqxtMad/fNvJVV30J4xyE/BzpfjRVfCo2aV 2JQIwn5xqKwNwRqsQDrXa2CGzAkcBxJuhuHdrxAjX2BIZM9pPvx9JH4Kifo01Vur1qBm KRPGX5/WE6+/WZ5m0XzCjdLfPUc3BUS03Huu+mS/THKzU0WVX8I4kvIn4JA+BAX+7oWC aRc2WaqzCvAXZrCyUUbULQote1EZG6f08pKGKgBFcYkgJ51NDaZ4ElmUpdyYZzQOLB2K cy1j7snHTHQDggMMw44MeclqySz3JiyTAvFXGLjOxCO+m5/lB/SHG9YtI/h70kzPq1EQ KZvg== MIME-Version: 1.0 X-Received: by 10.66.187.34 with SMTP id fp2mr27968422pac.12.1381598009382; Sat, 12 Oct 2013 10:13:29 -0700 (PDT) Received: by 10.68.253.134 with HTTP; Sat, 12 Oct 2013 10:13:25 -0700 (PDT) Date: Sat, 12 Oct 2013 18:13:25 +0100 Message-ID: Subject: 24.3.50; documentation: org-mode calendar interaction From: Joe Corneli To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.8 (---) The org-mode manual (8.2.1 The date/time prompt) documents this keyboard command for selecting dates for scheduling using the calendar: S-/ One day forward/backward. However, the documentation string for `org-schedule' (which is the command that pops up the calendar) doesn't talk about this at all: "Insert the SCHEDULED: string with a timestamp to schedule a TODO item. With argument REMOVE, remove any scheduling date from the item. With argument TIME, scheduled at the corresponding date. TIME can either be an Org date like \"2011-07-24\" or a delta like \"+2d\"." The function `org-read-date' goes into a bit more detail, but it doesn't describe this particular behavior either (and isn't it isn't linked to from the documentation for `org-schedule'): ... While prompting, a calendar is popped up - you can also select the date with the mouse (button 1). The calendar shows a period of three months. To scroll it to other months, use the keys `>' and `<'. If you don't like the calendar, turn it off with \(setq org-read-date-popup-calendar nil) ... Furthermore, and more confusingly, C-h m pressed in the minibuffer after running `org-schedule' doesn't describe this command either. If you happen to know the command, you can type C-h k S- RET to get this explanation: runs the command #[nil "\300\301!\207" [org-eval-in-calendar (calendar-forward-day 1)] 2 nil nil], which is an interactive compiled Lisp function. It seems like there are several missing steps in the documentation. In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2013-02-28 on lwkm242457 Windowing system distributor `The X.Org Foundation', version 11.0.11103000 System Description: Ubuntu 12.04.2 LTS Important settings: value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Shell Minor modes in effect: show-paren-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: m C-x o C-s S - C-s C-x o C-h C-g C-h m C-x o C-x o C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-x b C-g C-x b o . C-x 1 C-r S - C-r C-s c a l e n d a r C-s C-n C-n M-b M-b M-b M-b M-b C-SPC C-e M-w M-v C-l C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-l C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-l C-x b C-c C-s C-h k =E8 C-x o C-x o C-h k C-x o C-x o C-SPC M-w C-x o C-h k C-x o C-g C-x C-b C-x o C-x 1 C-s S - C-r C-r - c C-r C-r C-r C-r C-r C-r C-r C-r C-r C-SPC M-w M-v M-v M-v C-s S - c u r C-s C-s C-s C-s C-s C-s C-s C-s M-< M-f M-f M-f M-f M-b C-SPC C-e M-w C-SPC M-b M-b M-b M-b M-b M-w C-x b . e m C-v C-n C-n C-SPC M-w C-c a t C-h C-g C-c a a C-x 1 C-z d a t e C-g M-x r e p o r Recent messages: Press key for agenda command: [2 times] Preparing diary...done Preparing diary...done Preparing diary...done Preparing diary...done Preparing diary...done Preparing diary...done Preparing diary...done Quit Making completion list... [2 times] Load-path shadows: /usr/share/emacs/site-lisp/dictionaries-common/ispell hides /usr/local/share/emacs/24.3.50/lisp/textmodes/ispell /usr/share/emacs/site-lisp/dictionaries-common/flyspell hides /usr/local/share/emacs/24.3.50/lisp/textmodes/flyspell Features: (shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils jka-compr sh-script smie dired-aux apropos dabbrev org-element color crm cus-edit cus-start cus-load wid-edit parse-time macros cal-iso org-clock org-attach org-id org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks org-agenda org-info org-gnus org-docview org-bibtex bibtex org-bbdb org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob org-compat org-macs ob-eval org-loaddefs find-func tramp-cache tabify man js warnings json imenu vc-git dired pcmpl-unix org-install help-mode debug misearch multi-isearch cal-move caly view mule-util cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs appt whitespace tramp tramp-compat auth-source eieio gnus-util mm-util mail-prsvr password-cache tramp-loaddefs trampver format-spec slime-repl elp slime byte-opt bytecomp byte-compile cconv pp hyperspec paren diary-lib diary-loaddefs cal-menu calendar cal-loaddefs ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff ido ess-toolbar ess-mouse mouseme browse-url ess-menu ess-swv ess-noweb ess-noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a ess-arc-d ess-vst-d ess-xls-d ess-lsp-l ess-sta-d ess-sta-l make-regexp ess-sp6-d ess-sp5-d ess-sp3-d ess-julia ess-r-d ess-tracebug ess-roxy advice hideshow ess-help info reporter ess-developer ess-r-args eldoc help-fns ess-s-l ess ess-inf ess-mode ess-noweb-mode ess-utils ess-custom executable ess-compat ess-site magit-bisect magit-key-mode magit diff-mode log-edit pcvs-util add-log php-mode etags cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs speedbar sb-image ezimage dframe markdown-mode edmacro kmacro noutline outline easymenu tex-mode pcase cl-macs gv compile shell pcomplete comint ansi-color ring skeleton compare-w derived wc-mode litable easy-mmode thingatpt dash cl nadvice cl-lib server time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sun May 24 04:15:35 2020 Received: (at 15598-done) by debbugs.gnu.org; 24 May 2020 08:15:35 +0000 Received: from localhost ([127.0.0.1]:36420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jclnD-0004h5-Fa for submit@debbugs.gnu.org; Sun, 24 May 2020 04:15:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jclnC-0004gu-KG for 15598-done@debbugs.gnu.org; Sun, 24 May 2020 04:15:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57906) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcln7-0007dq-Ce; Sun, 24 May 2020 04:15:29 -0400 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:52162 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jcln6-0004Mc-Ta; Sun, 24 May 2020 04:15:29 -0400 Received: by guerry (Postfix, from userid 1000) id AD7FD1A604DE; Sun, 24 May 2020 10:15:26 +0200 (CEST) From: Bastien To: Joe Corneli Subject: Re: bug#15598: 24.3.50; documentation: org-mode calendar interaction References: Date: Sun, 24 May 2020 10:15:26 +0200 In-Reply-To: (Joe Corneli's message of "Sat, 12 Oct 2013 18:13:25 +0100") Message-ID: <87v9klagv5.fsf@bzg.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 15598-done Cc: 15598-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Joe, Joe Corneli writes: > The org-mode manual (8.2.1 The date/time prompt) documents this keyboard > command for selecting dates for scheduling using the calendar: > > S-/ One day forward/backward. > > However, the documentation string for `org-schedule' (which is the > command that pops up the calendar) doesn't talk about this at all: thanks for the report and sorry for the delay (...). I've update the docstrings here: https://code.orgmode.org/bzg/org-mode/commit/701c7bed94 Best, -- Bastien From unknown Mon Aug 18 04:11:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 21 Jun 2020 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator