emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andrew Eggenberger <andrew.eggenberger@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Document undocumented undocumented behavior in two org-timestamp-up and org-timestamp-down
Date: Wed, 18 Apr 2018 21:04:05 -0500	[thread overview]
Message-ID: <CANn+amZYu3GGFg8Gb4MgD=3aSLe6ux0-88nYdz2fYRjeBT11EA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 525 bytes --]

Document org-timestamp-up and org-timestamp-down behavior.

* org.el (org-timestamp-up): Document undocumented behavior.
(org-timestamp-up): The function changes the timestamp type when
the point is on the enclosing bracket.  The documentation now
reflects that behavior.

* org.el (org-timestamp-down): Document undocumented behavior.
(org-timestamp-down): The function changes the timestamp type when
the point is on the enclosing bracket.  The documentation now
reflects that behavior.

TINYCHANGE



*Andrew Eggenberger*

[-- Attachment #1.2: Type: text/html, Size: 958 bytes --]

[-- Attachment #2: 0001-Document-org-timestamp-up-and-org-timestamp-down-beh.patch --]
[-- Type: application/octet-stream, Size: 1927 bytes --]

From 476f0bc57c178d7ce924c04fe8368fcf9dbd11f5 Mon Sep 17 00:00:00 2001
From: Andrew Eggenberger <andrew.eggenberger@gmail.com>
Date: Mon, 16 Apr 2018 19:07:41 -0500
Subject: [PATCH] Document org-timestamp-up and org-timestamp-down behavior.

* org.el (org-timestamp-up): Document undocumented behavior.
(org-timestamp-up): The function changes the timestamp type when
the point is on the enclosing bracket.  The documentation now
reflects that behavior.

* org.el (org-timestamp-down): Document undocumented behavior.
(org-timestamp-down): The function changes the timestamp type when
the point is on the enclosing bracket.  The documentation now
reflects that behavior.

TINYCHANGE
---
 lisp/org.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index aee053e..935ba2f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17218,7 +17218,8 @@ NODEFAULT, hour and minute fields will be nil if not given."
 (defun org-timestamp-up (&optional arg)
   "Increase the date item at the cursor by one.
 If the cursor is on the year, change the year.  If it is on the month,
-the day or the time, change that.
+the day or the time, change that.  If the cursor is on the enclosing
+bracket, change the timestamp type.
 With prefix ARG, change by that many units."
   (interactive "p")
   (org-timestamp-change (prefix-numeric-value arg) nil 'updown))
@@ -17226,7 +17227,8 @@ With prefix ARG, change by that many units."
 (defun org-timestamp-down (&optional arg)
   "Decrease the date item at the cursor by one.
 If the cursor is on the year, change the year.  If it is on the month,
-the day or the time, change that.
+the day or the time, change that.  If the cursor is on the enclosing
+bracket, change the timestamp type.
 With prefix ARG, change by that many units."
   (interactive "p")
   (org-timestamp-change (- (prefix-numeric-value arg)) nil 'updown))
-- 
2.10.1 (Apple Git-78)


             reply	other threads:[~2018-04-19  2:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  2:04 Andrew Eggenberger [this message]
2018-04-20  9:08 ` [PATCH] Document undocumented undocumented behavior in two org-timestamp-up and org-timestamp-down Nicolas Goaziou
2018-04-26 23:34   ` Bastien

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to='CANn+amZYu3GGFg8Gb4MgD=3aSLe6ux0-88nYdz2fYRjeBT11EA@mail.gmail.com' \
    --to=andrew.eggenberger@gmail.com \
    --cc=emacs-orgmode@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).