emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
To: emacs-orgmode@gnu.org
Cc: Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
Subject: redisplay agenda after using org-agenda-diary-entry?
Date: Fri, 20 Nov 2009 14:43:56 +0000	[thread overview]
Message-ID: <6249.1258728236@cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com> (raw)

How about the following simple change to the facility for
adding diary entries in the agenda: when you press 'i d' in
the agenda to add a new entry, you then see the entry in the agenda?

(& if so, what about the other cases, like 'i b' for block entries?)

Stephen

diff -c org-agenda.el~ org-agenda.el 
*** org-agenda.el~	Fri Nov 20 11:03:03 2009
--- org-agenda.el	Fri Nov 20 14:36:10 2009
***************
*** 6677,6683 ****
      (cond
       ((equal char ?d)
        (setq text (read-string "Day entry: "))
!       (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
       ((equal char ?a)
        (setq d1 (list (car d1) (nth 1 d1)
  		     (read-number (format "Reference year [%d]: " (nth 2 d1))
--- 6677,6684 ----
      (cond
       ((equal char ?d)
        (setq text (read-string "Day entry: "))
!       (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1)
!       (org-agenda-redo))
       ((equal char ?a)
        (setq d1 (list (car d1) (nth 1 d1)
  		     (read-number (format "Reference year [%d]: " (nth 2 d1))

             reply	other threads:[~2009-11-20 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20 14:43 Stephen Eglen [this message]
2009-11-20 19:36 ` redisplay agenda after using org-agenda-diary-entry? Carsten Dominik

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=6249.1258728236@cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com \
    --to=s.j.eglen@damtp.cam.ac.uk \
    --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).