emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Miele <sebastian.miele@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Editting from the agenda view
Date: Wed, 27 Nov 2019 02:55:06 +0000	[thread overview]
Message-ID: <87o8wy6nat.fsf@gmail.com> (raw)
In-Reply-To: <20191126142133.GA9789@om.localdomain>

Hi Shérab,

Shérab <Sebastien.Hinderer@ens-lyon.org> writes:

> Dear Victor,
>
> Many thanks for your response and sorry for the delay of mine!
>
> Victor A. Stoichita (2019/11/23 09:14 +0100):
>>
>> Le 22 Nov 2019, Shérab <Sebastien.Hinderer@ens-lyon.org> a écrit :
>> > When I am in an agenda view, say the weekly view, how can I edit one of
>> > the listed entries? I may want to do that either because I notice I have
>> > made a typo that I would like to fix, or because I would like to
>> > re-schedule the entry for another date.
>>
>> To reschedule an entry remotely from the agenda view, you can press S-right
>> (org-agenda-do-date-later) or S-left (org-agenda-do-date-earlier).
>
> I indeed remember having seen these commands!
> The thing is that I am using emacs in the Linux console where these
> bindings do not work, so I couldn't try them. Is there a way to bind
> them to different key bindings? I am asking becuase I assume the
> bindings you mention are specific to the agenda view and the way to
> modify them is thus different from ordinary, global bindings. Am I
> correct?

After opening the agenda, inspection of the buffer-local variable
major-mode (e.g. by C-h v) reveals that the major mode in the agenda
buffer is org-agenda-mode. A search for a variable containing
"org-agenda", and "map" reveals that most probably org-agenda-mode-map
is the keymap used there. It follows the usual naming scheme for major
mode maps.

After (require 'org-agenda) it will be possible to (define-key
org-agenda-mode-map KEY BINDING) in an init file.

Best wishes
Sebastian

  parent reply	other threads:[~2019-11-27  2:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-22 15:25 Editting from the agenda view Shérab
2019-11-22 15:55 ` Diego Zamboni
2019-11-22 16:30   ` Shérab
2019-11-22 17:07     ` Eric Abrahamsen
2019-11-24 11:52       ` Shérab
2019-11-22 17:12     ` Pankaj Jangid
2019-11-22 19:02       ` Samuel Wales
2019-11-24 12:01       ` Shérab
2019-11-23  8:14 ` Victor A. Stoichita
2019-11-26 14:21   ` Shérab
2019-11-26 19:19     ` Victor A. Stoichita
2019-12-02  7:54       ` Shérab
2019-11-27  2:55     ` Sebastian Miele [this message]
2019-12-02  7:58       ` Shérab
2019-12-02 21:19     ` Memnon Anon
     [not found] <mailman.38.1574442075.14739.emacs-orgmode@gnu.org>
2019-11-22 17:30 ` "Éibhear"
2019-11-24 12:03   ` Shérab

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=87o8wy6nat.fsf@gmail.com \
    --to=sebastian.miele@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).