emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
Cc: emacs-orgmode@gnu.org
Subject: Re: redisplay agenda after using org-agenda-diary-entry?
Date: Fri, 20 Nov 2009 20:36:25 +0100	[thread overview]
Message-ID: <BEC5076B-225D-4A7D-9A1A-CB6C29B3C667@gmail.com> (raw)
In-Reply-To: <6249.1258728236@cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com>

Hi Stephen,

this is fun, but incomplete, because you cannot rely on being back in  
the agenda.
I fixed that and applied the patch...

- Carsten

On Nov 20, 2009, at 3:43 PM, Stephen Eglen wrote:

> 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))
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

      reply	other threads:[~2009-11-20 19:36 UTC|newest]

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

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=BEC5076B-225D-4A7D-9A1A-CB6C29B3C667@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=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).